Commit Graph

750 Commits (debc3cc11c3c058c710c73e74f45626977503d9b)

Author SHA1 Message Date
linfangrong 83827fdc74 Update CHANGELOG.md 2015-06-12 10:58:10 +08:00
Jason Wilder 20fe5b0218 Add measurement name to type conflict error messages
Fixes #2948
2015-06-11 16:16:07 -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
Philip O'Toole 8088f0d87a Update CHANGELOG 2015-06-11 11:10:10 -07:00
Jason Wilder ad02244863 Fix field type conflict error
Fixes #2908
2015-06-11 11:02:10 -06:00
Todd Persen 471117ce5b Update CHANGELOG.md for v0.9.0 2015-06-11 07:50:09 -07:00
David Norton 2cf94cd813 fix #2920: update CHANGELOG.md 2015-06-11 09:43:55 -04:00
Philip O'Toole 9681f4b5cf Update CHANGELOG 2015-06-11 00:21:51 -07: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 52696ae3a1 Require replication factor to equal cluster size
This commit adds a requirement that retention policies must
be fully committed. This means that the replication factor
must be set to whatever the node count is in the cluster.

Fixes #2738
2015-06-11 00:11:03 -06:00
Paul Dix edd4a1835b Update CHANGELOG.md 2015-06-10 21:12:32 -07:00
Paul Dix e868242635 Update CHANGELOG.md 2015-06-10 21:11:26 -07:00
Ben Johnson bc31783a00 Refactor backup and restore
This commit updates the snapshot code as well as the "backup" and
"restore" command to work with the new architecture.
2015-06-10 22:07:01 -06:00
Philip O'Toole 90a42f9c4d Update CHANGELOG 2015-06-10 20:43:23 -07:00
Philip O'Toole e76f3c77c2 Update CHANGELOG 2015-06-10 20:38:38 -07:00
Philip O'Toole 223bf672cf Update CHANGELOG 2015-06-10 20:05:59 -07:00
Philip O'Toole f60c816acb Merge pull request #2897 from influxdb/graphite_db
Ensure target Graphite database exists
2015-06-10 20:05:13 -07:00
Philip O'Toole dddaf46b77 Update CHANGELOG 2015-06-10 20:02:37 -07:00
Philip O'Toole b65396e0b4 Update CHANGELOG 2015-06-10 19:23:01 -07:00
Philip O'Toole eb96698975 Unit-test shard precreation 2015-06-10 15:27:38 -07:00
Jason Wilder 0d9a2a5053 Fix wrong value used for incorrect type error message
Would result in saying that the field type was always a string which
is incorrect.  The field key is a string but the value may not be.

Fixes #2700
2015-06-10 15:57:27 -06:00
Jason Wilder 999f4a4c41 Return field type errors as client write errors
Fixes #2849
2015-06-10 14:52:26 -06:00
Jason Wilder d9fe30944b Update changelog
Add #2869
2015-06-10 10:32:24 -06:00
Todd Persen 10b07a1bbd Update CHANGELOG.md for RC33 2015-06-09 23:05:01 -07:00
Todd Persen 6d4c6bd739 Update CHANGELOG.md 2015-06-09 22:44:22 -07:00
Philip O'Toole 4545abdc09 Merge pull request #2858 from influxdb/config_opentsdb_consis
Support setting openTSDB write consistency
2015-06-09 15:42:20 -07:00
Philip O'Toole de901c5772 Update CHANGELOG 2015-06-09 15:39:35 -07:00
Todd Persen 4191e90031 Update CHANGELOG.md 2015-06-09 15:04:22 -07:00
Jason Wilder 9f444a6eeb Update changelog
Add #2857
2015-06-09 15:53:44 -06:00
Philip O'Toole 21343e4e0f Don't panic when altering retention policy
Fixes issue #2846
2015-06-09 11:39:09 -07:00
David Norton a38f3947de fix #2814: update CHANGELOG.md 2015-06-09 00:35:23 -04:00
Philip O'Toole 21aa28f901 Update CHANGELOG 2015-06-08 20:39:42 -07:00
Philip O'Toole 12ee3afc74 Update CHANGELOG 2015-06-08 19:49:08 -07:00
Ben Johnson b688eccb77 Refactor OpenTSDB to a service
This commit converts the OpenTSDB endpoint into a service.
2015-06-08 15:12:16 -06:00
Philip O'Toole 5e6d7fe833 Update CHANGELOG 2015-06-08 11:12:21 -07:00
Philip O'Toole 4c2f840659 Update CHANGELOG for PR 2816 2015-06-08 11:06:58 -07:00
Todd Persen 50a2b9ba0f Update CHANGELOG.md 2015-06-07 02:40:13 -07:00
Todd Persen 202e420e91 Fixing merge conflict. 2015-06-05 14:23:13 -07:00
Philip O'Toole f3fa2b8192 Update CHANGELOG for PR 2776 2015-06-05 11:13:17 -07:00
Paul Dix 801819e07a Update CHANGELOG.md 2015-06-04 11:23:41 -04:00
Renan Strauss 3b09a59540 Add UDP service back 2015-06-04 10:24:48 +02:00
Philip O'Toole 4e7f04567c Update CHANGELOG for PR 2687 2015-05-28 15:22:36 -07:00
Philip O'Toole c71a6a6627 Update CHANGELOG for PR2383 2015-05-28 14:47:50 -07:00
Vladimir Lopes 3e03be358f Include client timeout configuration 2015-05-28 18:03:02 -03:00
Cory LaNou 60207f40d1 Update CHANGELOG.md 2015-05-28 11:23:12 -06:00
Todd Persen 009a93c31b Fix merge conflict in CHANGELOG.md 2015-05-28 09:40:28 -07:00
Cory LaNou a3ff901df7 Update Changelog for PR 2501 2015-05-28 10:36:40 -06:00
Chris Laws ac76e5c297 Fix issues path in change log 2015-05-28 22:04:55 +09:30
Chris Laws 2c9fe24695 Update changelog file 2015-05-28 21:48:18 +09:30
David Norton 500af80ebc fix #2599: update CHANGELOG.md 2015-05-27 16:28:45 -04:00
David Norton 2517842201 fix #2644: update CHANGELOG.md 2015-05-27 10:26:32 -04:00
Todd Persen 0f0a50b2a6 Merge pull request #2633 from influxdb/fix-2564
fix #2564: Rename "name" to "measurement" in JSON for writes
2015-05-26 20:33:26 -07:00
Todd Persen ad9544cebe Update CHANGELOG.md 2015-05-25 23:36:23 -07:00
David Norton e4670cb934 fix #2635: Fix query against bool field in WHERE 2015-05-24 05:00:59 -04:00
David Norton 35b02fd8ec fix #2564: update CHANGELOG.md 2015-05-21 19:08:35 -04:00
Todd Persen a05c368c07 Update CHANGELOG.md for RC31 2015-05-21 14:45:59 -07:00
Todd Persen 37c47e36d5 Merge pull request #2624 from influxdb/fix-2563-remove-drop-series-id
Remove references to SeriesID in `DROP SERIES` handlers.
2015-05-21 13:14:29 -07:00
David Norton 34267e65b1 fix #2531: update CHANGELOG.md 2015-05-21 12:23:06 -04:00
Todd Persen 57fd3f406d Update CHANGELOG 2015-05-20 17:32:01 -07:00
Cory LaNou c291b3a47a add custom error message for select distict against tags 2015-05-20 14:15:44 -06:00
Todd Persen 8daec06f49 Update CHANGELOG.md 2015-05-20 12:13:00 -07:00
Cory LaNou 001cdefd7f return an error if user attempts to group by field 2015-05-20 10:42:58 -06:00
Cory LaNou 5098d5075e update changelog 2015-05-19 12:29:52 -06:00
Jason Wilder 8edb851f7a Update changelog 2015-05-19 09:31:21 -06:00
Cory LaNou e1eeda89a4 update changelog 2015-05-19 09:16:20 -06:00
Cory LaNou eb2fec638f update changelog 2015-05-18 18:18:44 -06:00
Todd Persen c89567d07d Update CHANGELOG.md
[skip ci]
2015-05-14 17:03:18 -07:00
Todd Persen 1fa84c9387 Merge pull request #2579 from influxdb/aggregate-where-groupby-fix-2557
Fix false positive error for `aggregate functions with GROUP BY time …
2015-05-14 17:02:27 -07:00
Todd Persen 7591a8cc61 Update CHANGELOG.md
[skip ci]
2015-05-14 15:46:53 -07:00
Jason Wilder a5b8f2f924 Merge pull request #2569 from influxdb/jw-1822
Add derivative functions
2015-05-14 16:33:18 -06:00
Cory LaNou 3396cf175c update changelog 2015-05-14 15:47:18 -06:00
Philip O'Toole 3e183165df Update CHANGELOG for PR2566
[ci skip]
2015-05-14 08:17:53 -07:00
Jason Wilder a3edae082b Update changelog 2015-05-13 16:19:21 -06:00
Todd Persen 2de4bf22e0 Update CHANGELOG.md 2015-05-13 12:40:44 -07:00
Philip O'Toole e09cdede4a Correct CHANGELOG for PR2545
[ci skip]
2015-05-12 19:36:41 -07:00
Philip O'Toole f27e97e254 Update CHANGELOG for PR 2545
[ci skip]
2015-05-12 19:34:56 -07:00
Philip O'Toole acf2dd6ba5 Release RC30
[ci skip]
2015-05-12 16:05:19 -07:00
Philip O'Toole beb58eeb18 Refactor CQ code to avoid race conditions.
Fixes race detected by CircleCI:

https://circle-artifacts.com/gh/influxdb/influxdb/2332/artifacts/1/tmp/circle-artifacts.8UTeJCy/test_logs_race.txt
2015-05-12 15:50:46 -07:00
Philip O'Toole 4446274577 Run CQ passed into goroutine, not from outer loop 2015-05-12 15:00:37 -07:00
Philip O'Toole f063ebfad2 Default Raft election timeout to 5 seconds 2015-05-12 13:57:28 -07:00
Paul Dix cb4d90666e Update CHANGELOG.md 2015-05-12 16:43:23 -04:00
Philip O'Toole 67416756b8 Merge pull request #2548 from influxdb/numeric_agg_check
Numeric aggregation check
2015-05-12 13:31:23 -07:00
Philip O'Toole 573e705e1a Update CHANGELOG 2015-05-12 13:26:23 -07:00
Todd Persen 0e51843c59 Update CHANGELOG.md 2015-05-12 12:41:33 -07:00
Cory LaNou 93760c8679 update comment and changelog for count -> aggregate 2015-05-11 18:00:59 -06:00
Cory LaNou f63611c170 update changelog 2015-05-11 17:48:37 -06:00
Philip O'Toole 2d1af26d1a Update messaging client connection index
With this change heartbeating to the brokers will always communicate the
index of the most recently replicated message. This will allow broker
truncation and broker diagnostics to operate correctly.
2015-05-11 15:29:12 -07:00
Ben Johnson 16c8449ca1 Add additional logging for RequestVote. 2015-05-11 15:41:05 -06:00
Todd Persen aad09ce74e Update CHANGELOG.md 2015-05-11 13:17:23 -07:00
Todd Persen 0080915340 Fix missing # in CHANGELOG 2015-05-11 12:58:49 -07:00
Todd Persen 3efd4c8a7b Update CHANGELOG.md 2015-05-11 12:58:18 -07:00
Philip O'Toole b8b396807e Set leader ID on log open if only 1 node
Without this change a restart of a single-node cluster would result in
no Raft leader.
2015-05-11 11:23:43 -07:00
Philip O'Toole f7ce5117d9 Update CHANGELOG for PR 2535 2015-05-11 11:06:22 -07:00
Philip O'Toole a52005fb0a Update CHANGELOG 2015-05-08 16:54:11 -07:00
Philip O'Toole f2b9ad5c40 Update CHANGELOG for PR2254 2015-05-08 16:52:07 -07:00
Philip O'Toole a3559bade7 Update CHANGLOG for PR 2509 2015-05-08 13:12:04 -07:00
Philip O'Toole b038afa049 Don't truncate topic data unless fully replicated
Fix issue #2521
2015-05-08 12:41:56 -07:00
Todd Persen b8cf01dd4a Update CHANGELOG.md 2015-05-05 20:06:42 -07:00
David Norton 775e3d9e55 fix #2281: passthru escapes when parsing regex 2015-05-04 16:04:12 -04:00
Paul Dix 5bd53e5450 Update CHANGELOG.md 2015-05-02 12:12:54 -04:00