Edward Muller
b7e104ac94
Optional TLS and timeouts for statsServer
2014-05-30 07:41:04 -07:00
Edward Muller
7d4cc6e793
Looks like you were implemeting a WaitGroup anwyay...
2014-05-29 19:13:37 -07:00
John Shahid
153e111585
print the correct version
2014-05-29 19:53:11 -04:00
Paul Dix
d36bc7e560
Update CHANGELOG.md
2014-05-29 19:22:52 -04:00
John Shahid
fd2f6dda0a
fix some typos
2014-05-29 19:12:21 -04:00
John Shahid
b82fc80227
fix the release script to use crosstools
2014-05-29 19:07:50 -04:00
John Shahid
421fc0e22d
simplify the code since we don't need the quit channel
2014-05-29 19:01:53 -04:00
John Shahid
07891d46a3
Update the changelog
2014-05-29 18:54:20 -04:00
Todd Persen
45c3d682c4
Close #600 . Fix #599 . Report os, arch, and raftName once per day.
2014-05-29 18:44:57 -04:00
John Shahid
18e2e5e6b6
Fix #597 . Force compaction after deleting data
2014-05-29 18:05:38 -04:00
John Shahid
396b5b782c
Fix some tests broken by #579
2014-05-29 18:03:02 -04:00
Edward Muller
ad85345e3e
Close #566 . Add some timing data to the logs
2014-05-29 17:07:39 -04:00
John Shahid
a047866420
Fix #579 . Reject writes to nonexistent databases
2014-05-29 16:42:37 -04:00
John Shahid
16deb08f70
Remove some unused fields and fix the test
2014-05-29 15:49:19 -04:00
John Shahid
9a6cc7497f
More idiomatic and DRY
2014-05-29 15:40:46 -04:00
Tony Pitale
90e9af040e
Close #591 . Add support for multiple UDP + JSON input plugins
...
Support comes by way of [[input_plugins.udp_servers]] in config.
A single port will map to a single database.
2014-05-29 15:40:46 -04:00
John Shahid
7871bf4760
err could be EOF according to the docs
2014-05-29 14:41:27 -04:00
Paul Dix
5131d4801e
Update CHANGELOG.md
2014-05-29 14:40:45 -04:00
Paul Dix
83925a6f14
Merge pull request #544 from influxdb/fix-544-force-remove-node
...
There should be a way to force a node to leave the cluster
2014-05-29 14:35:35 -04:00
John Shahid
100d6296eb
update the name of the package
2014-05-28 19:33:45 -04:00
John Shahid
08fb487d0d
Fix #559 . Add a test to demonstrate that this isn't a bug
2014-05-28 17:52:46 -04:00
John Shahid
9598b61e4c
update the changelog
2014-05-28 17:49:53 -04:00
John Shahid
54cbbd62d8
remove a print statement
2014-05-28 13:02:28 -04:00
John Shahid
77100497c8
add a test for #578
2014-05-28 13:02:28 -04:00
Paul Dix
cbdebd8655
Merge pull request #578 from chobie/fix-496-parentheses-value-should-support-alias
...
parentheses value should support alias #496
2014-05-26 17:50:48 -04:00
Shuhei Tanuma
8035fd95e0
parentheses value should support alias #496
...
This patch support alias for parentheses value.
e.g)
select (1 + 2) as v from access
Currently, parentheses are mandatory.
2014-05-24 21:26:28 +09:00
Bruno Binet
4e1006288b
Close #476 . update makefile to add support for arm builds
2014-05-23 20:46:11 -04:00
John Shahid
9ccc4af946
no need for the reference to self
2014-05-23 20:08:09 -04:00
John Shahid
696d61d534
prepare for a release
2014-05-23 19:18:33 -04:00
John Shahid
2dbbbc62e9
update the changelog
2014-05-23 18:59:48 -04:00
John Shahid
ed5769b233
Close #560 . Use /dev/urandom instead of /dev/random
2014-05-23 18:58:46 -04:00
John Shahid
dd267305d6
Fix #502 . Fix a race condition in assigning id to db+series+field
2014-05-23 18:54:06 -04:00
John Shahid
ba0250cf70
give credit to @peekeri
2014-05-23 15:30:53 -04:00
John Shahid
eaed57f5a3
don't always assume that points have timestamp and/or sequence number
2014-05-23 15:30:22 -04:00
Jari Sukanen
bf2c1c670d
Close #567 . Fix #112 . parser: allow select from multiple series
...
Adjust parser to understand queries like 'SELECT * FROM series1, series2, ...'.
It seems that selecting from multiple series was supported everywhere else, but
parser just could not understand the syntax.
2014-05-23 15:25:58 -04:00
John Shahid
b96b36e934
change the error message in the test
2014-05-23 15:18:18 -04:00
John Shahid
775e849b2f
update the changelog
2014-05-23 15:17:35 -04:00
John Shahid
1f7fd3129c
Fix #576 . Don't set timestamp or sequence numbers when listing cq
2014-05-23 15:14:50 -04:00
John Shahid
67c30bc63f
Don't call time.Now() unnecessarily
2014-05-23 15:11:37 -04:00
John Shahid
afe2352278
Fix #575 . Selecing single point queries don't interpret timestamp correctly
2014-05-23 15:11:37 -04:00
Mladen Srdic
83cfec100d
Close #443 . Use `name` instead of `username` in /cluster_admins
...
Listing cluster admins still returns a list where a 'username' field is used instead of 'user' field. This fix should not affect anything else than that presentation.
2014-05-21 16:30:04 -04:00
John Shahid
0914e8e25d
Fix #565 . Make sure empty series names don't cause a panic
2014-05-21 14:33:59 -04:00
John Shahid
953137a77d
Fix #537 . Incorrect query syntax shouldn't causes internal error
2014-05-21 14:33:59 -04:00
Paul Dix
a6547c5bd9
Update README.md
...
Update the readme to have the real pointers to the right places. /me shakes fist at @jvshahid
2014-05-21 13:28:04 -04:00
John Shahid
5b984c1252
Fix the build instructions link and format the readme
2014-05-21 12:22:21 -04:00
John Shahid
e6c828f4e7
fix a typo in the changelog and add udp to the graphite docs
2014-05-21 12:11:49 -04:00
John Shahid
c42d8dccb5
Fix #563 . Add sample config for graphite over upd
2014-05-21 12:04:10 -04:00
Shuhei Tanuma
b0f99d0fbb
Close #561 . Fix missing query string in parser errors
2014-05-21 12:01:29 -04:00
John Shahid
9d91b41984
Fix #544 . Add a way to force remove a node
...
This patch adds an endpoint as well as interfaces to RaftServer and
ClusterConfiguration to make it possible to forcibly remove a node from
the cluster. The way it works is similar to changing the connection
string. An InfluxJoinCommand command is created applied to local node as
well as other nodes in the cluster directly, then the command runs
through raft to make sure the change is permanent.
2014-05-20 17:50:26 -04:00
John Shahid
63c9a5f67d
add functions to get and remove servers
2014-05-20 16:50:05 -04:00