Commit Graph

6340 Commits (b55981f090025dc60135052173a7e42be10baa24)

Author SHA1 Message Date
Philip O'Toole be5491ea77 Merge pull request #2918 from pradeepchhetri/master
Fixed some typos
2015-06-11 18:28:24 -07:00
gunnaraasen 21843c6bcb Update README 2015-06-11 18:11:01 -07:00
Jason Wilder 884472ff8c Write a newline after writing error for line protocol
Errors generated via curl or CLI tools can be hard to read using
a shell.
2015-06-11 16:19:19 -06:00
Jason Wilder 20fe5b0218 Add measurement name to type conflict error messages
Fixes #2948
2015-06-11 16:16:07 -06:00
Jason Wilder 86a71a073f Merge pull request #2939 from influxdb/jw-line-parse
Return error when parsing invalid field values for line protocol
2015-06-11 15:46:44 -06:00
Jason Wilder c97dedfa3d Be more explicit about boolean value parsing
Supported boolean values are now t, T, true, TRUE, f, F, false, and
FALSE.  This is what the strconv.ParseBool function supports with
the exception of 1 and 0.  1 and 0 would be parsed as ints in the
line protocol.

Previously, any non-true value would be parsed as false.  e.g.
value=blah would parse to false.  This will now return an error as
parsing time.
2015-06-11 14:53:53 -06:00
Cory LaNou 0b32f85761 Merge pull request #2945 from neonstalwart/server_test.md
fix typos in server_test.md
2015-06-11 15:50:25 -05:00
Ben Johnson 7f780039a9 Merge pull request #2943 from benbjohnson/fix-default-rp-replica-n
Ensure default retention policies are fully replicated
2015-06-11 14:45:57 -06:00
Ben Johnson a966482a8e Ensure default retention policies are fully replicated
This commit sets the replication factor to the number of nodes
currently in the cluster.
2015-06-11 14:43:44 -06:00
ben hockey aef4ba2e20 fix typos in server_test.md 2015-06-11 15:43:43 -05:00
Philip O'Toole e89d2d85a6 Merge pull request #2931 from influxdb/wait_for_leader
Export WaitForLeader on MetaStore
2015-06-11 13:26:00 -07:00
Cory LaNou 8f2453aa88 Merge pull request #2941 from influxdb/integration-test-drop-measurement
Integration tests for drop measurement
2015-06-11 15:06:59 -05:00
Cory LaNou 2373d9a68f Integration tests for drop measurement 2015-06-11 15:04:23 -05:00
Jason Wilder 6d115a7552 Return the line that failed to parse
Make it easier to find a bad line in a batch when writing points.
2015-06-11 13:59:30 -06:00
Jason Wilder 0d82acfde7 Prevent invalid numbers from being parsed via line protocol
Adds more tests for invalid numbers such as 0.1a, -2.-4, as well
test for supported formats for negative and positive integers/floats
as well as scientific notation.
2015-06-11 13:50:28 -06:00
Cory LaNou f6442d0556 Merge pull request #2938 from influxdb/server-integration-test-docs
Docs on integration testing
2015-06-11 14:25:17 -05:00
Cory LaNou 224c6bb698 docs on integration testing 2015-06-11 14:17:07 -05:00
Philip O'Toole eaae2a1afb Don't bother polling if leader already exists 2015-06-11 11:34:52 -07:00
Philip O'Toole 8088f0d87a Update CHANGELOG 2015-06-11 11:10:10 -07:00
Philip O'Toole 4dff5f48aa Export WaitForLeader on MetaStore
This exported function can then be used by Services and
server-reporting, so those components don't make progress until the
cluster is ready.
2015-06-11 11:10:07 -07:00
Jason Wilder b497256dc7 Fix panic when no value is passed to a field
Fixes #2927
2015-06-11 11:25:25 -06:00
Jason Wilder f21420c3a6 Merge pull request #2922 from influxdb/jw-errors
Fix field conflict type error message
2015-06-11 11:11:50 -06:00
Jason Wilder ad02244863 Fix field type conflict error
Fixes #2908
2015-06-11 11:02:10 -06:00
ben hockey ce84047b44 pass along version to httpd/handler 2015-06-11 11:22:37 -05:00
Cory LaNou 9db2e82879 Merge pull request #2925 from influxdb/integration-test
Add fill tests
2015-06-11 10:55:55 -05:00
Cory LaNou ca278a1530 Merge pull request #2924 from influxdb/fix-vet-errors
Missing parens to call func
2015-06-11 10:55:26 -05:00
Cory LaNou 2ecc2162cb add fill tests 2015-06-11 10:52:32 -05:00
Cory LaNou de17fcd6f6 missing parens to call func 2015-06-11 10:51:48 -05:00
Todd Persen 471117ce5b Update CHANGELOG.md for v0.9.0 2015-06-11 07:50:09 -07:00
Paul Dix 31fb783382 Merge pull request #2921 from influxdb/fix-2920
Fix 2920: ensure collectd database exists
2015-06-11 07:28:12 -07:00
David Norton a325071103 fix #2920: set MetaStore in collectd service 2015-06-11 09:53:16 -04:00
David Norton 595807e195 fix #2920: remove commented out code 2015-06-11 09:45:50 -04:00
David Norton 2cf94cd813 fix #2920: update CHANGELOG.md 2015-06-11 09:43:55 -04:00
David Norton 7c39ede6ba fix #2920: create collectd database on startup 2015-06-11 09:40:42 -04:00
Pradeep Chhetri 37750acef6 Fixed some Typos 2015-06-11 17:33:26 +05:45
linfangrong a2c31264e4 Update functions.go 2015-06-11 19:45:05 +08:00
Philip O'Toole 256c099444 Merge pull request #2915 from influxdb/wait_for_leader
Wait for Raft leader even when cluster exists
2015-06-11 01:40:26 -07:00
Philip O'Toole 431034c8f4 Wait for Raft leader even when cluster exists 2015-06-11 01:23:30 -07:00
Philip O'Toole b0e8199e32 Merge pull request #2912 from influxdb/only_asc_is_valid
Only ORDER BY ASC is valid for now
2015-06-11 00:55:59 -07:00
Philip O'Toole cdf7188259 Only ORDER BY ASC is valid for now
Fix issue #2731
2015-06-11 00:51:44 -07:00
Philip O'Toole c644b33503 Merge pull request #2904 from influxdb/reporter_service
Re-enable server reporting
2015-06-11 00:23:38 -07:00
Philip O'Toole 9681f4b5cf Update CHANGELOG 2015-06-11 00:21:51 -07:00
Philip O'Toole b15a0df6d4 Wait for leader before reporting 2015-06-11 00:21:15 -07:00
Philip O'Toole 406509e93e Remove rogue ID field from reporting 2015-06-11 00:21:15 -07:00
Philip O'Toole 68fa173839 Report in goroutine so it outlasts return 2015-06-11 00:21:15 -07:00
Philip O'Toole d159239714 Update sample config to describe reporting 2015-06-11 00:21:15 -07:00
Philip O'Toole 64af1b6241 Report number of measurements and series per node 2015-06-11 00:21:15 -07:00
Ben Johnson ed4d009692 Merge pull request #2905 from benbjohnson/limit-cluster-size
Limit cluster to 3 nodes
2015-06-11 00:18:50 -06:00
Ben Johnson 405ec78f42 Limit cluster to 3 nodes
This commit restricts the maximum number of nodes in a cluster to 3.

Fixes #2750
2015-06-11 00:11:47 -06:00
Ben Johnson 6a579c850a Merge pull request #2906 from benbjohnson/limit-replication-factor
Require replication factor to equal cluster size
2015-06-11 00:11:12 -06:00