Commit Graph

611 Commits (9e839c0771bf5118575b90de85e26bcc0bac9300)

Author SHA1 Message Date
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 
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 : 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
Paul Dix 24e7f69e61 Update CHANGELOG.md 2015-05-02 12:12:40 -04:00
Ben Johnson 64cdee2e5f CHANGELOG 2015-05-01 15:46:21 -06:00
Philip O'Toole b93554e39b RLock server when checking shard groups
This fixes a race detected by the race detector. "Create shard groups"
commands must be broadcast across the cluster without holding the server
lock so the commands are created under lock, and then processed after
releasing the lock.
2015-05-01 12:03:58 -07:00
Philip O'Toole de1e695c25 Update CHANGELOG for PR 2465 2015-05-01 09:55:49 -07:00
Philip O'Toole 8ed9e6895f Reduce maximum topic size to 50MB
1GB per topic seems way to large. Instead make it 50MB. Topic data will
never be deleted until at least 1 data node has replicated the data.
2015-04-30 17:14:36 -07:00
Philip O'Toole 2320241ada Merge pull request from influxdb/peer_shard
Peer shard replication -- broker side
2015-04-30 16:32:41 -07:00
Philip O'Toole cc54a62449 Update CHANGELOG 2015-04-30 16:15:26 -07:00
Philip O'Toole 69810e12b5 Collectd input should use "value" as field name
Fixes issue 
2015-04-30 13:01:50 -07:00
Paul Dix f2cca1ef70 Update CHANGELOG.md 2015-04-29 15:28:34 -07:00
Paul Dix dc7f371af3 Update CHANGELOG.md 2015-04-29 15:28:16 -07:00
Philip O'Toole 6cbc80fa50 Only access shard stats if shard is local
Fixes issue 
2015-04-29 15:05:45 -07:00
Philip O'Toole 50501624d5 Update CHANGELOG for PR 2446 2015-04-29 13:17:02 -07:00
Jason Wilder 3e1c6edfd2 Update changelog 2015-04-27 23:21:07 -07:00
Todd Persen f50b2a0a98 Update CHANGELOG.md 2015-04-27 14:54:18 -07:00
Todd Persen 8597bdf4c7 Update CHANGELOG.md for RC28 2015-04-27 14:53:46 -07:00
Philip O'Toole 26348534b9 Update CHANGELOG 2015-04-27 14:22:29 -07:00
Philip O'Toole e78c481c01 Show features first in CHANGELOG 2015-04-27 14:21:46 -07:00
Philip O'Toole 257aa4d6bd Always append shard path in diags
This code is clearer -- simply append an empty path if the shard is not
local.

Fixes issue 
2015-04-26 11:01:12 -07:00
Philip O'Toole 0994c8d9d5 Ensure no field value is null
Fix issue .
2015-04-26 10:59:18 -07:00
Philip O'Toole 73a5747fa6 Add credit for PR 2415
[ci skip]
2015-04-25 10:24:17 -07:00
Philip O'Toole ec0acb1b77 Fix race condition when accesing Graphite listener 2015-04-25 10:00:17 -07:00
Philip O'Toole b544241108 Lock openTSDB listener address 2015-04-25 10:00:17 -07:00
Philip O'Toole a8d9c7fbc8 Credit for PR2415 2015-04-24 18:16:33 -07:00
Philip O'Toole d17eeff5ad Update CHANGELOG for PR 2415 2015-04-24 15:51:45 -07:00
Jason Wilder 2d2c806f36 Merge pull request from influxdb/jw-int-tests
Fix raft node getting stuck in candidate state
2015-04-24 16:18:10 -06:00
Jason Wilder 7ac62f4796 Update changelog
Add 
2015-04-24 16:00:59 -06:00
Paul Dix 615aabf2fc Fix link to in Changelog 2015-04-24 15:57:33 -04:00
Jason Wilder dd784f0f6f Update changelog 2015-04-24 08:45:04 -06:00
Philip O'Toole d058ab9c59 README typo 2015-04-23 16:20:35 -07:00
Philip O'Toole 34d73cf67c Move new feature to RC28 2015-04-23 16:20:17 -07:00
Philip O'Toole a37752c22a Merge pull request from influxdb/increase_election_timeout
Allow Raft timeouts to be configured
2015-04-23 16:03:16 -07:00
Philip O'Toole 86db6df16c 5-second Raft election timeout during CI testing
CI testing may suffer from lack of CPU resources, meaning leader
elections may continually occur. This gives leader nodes more time to
send out heartbeats.
2015-04-23 15:59:36 -07:00
Cory LaNou f95dc00884 update changelog 2015-04-23 16:34:00 -06:00
Philip O'Toole f2783353d9 Allow Raft election timeout to be configured 2015-04-23 15:05:40 -07:00
Jason Wilder e1bb340cb7 Update changelog
Add  
2015-04-23 11:19:12 -06:00
Todd Persen 2b78e3c9e0 Update CHANGELOG.md
[skip ci]
2015-04-23 05:45:03 -07:00
Cory LaNou c887dfe2a8 Merge pull request from influxdb/client-write-credentials-2391
Always send auth headers for client requests if present
2015-04-22 20:38:36 -06:00
Todd Persen 0bc0f8db5a Update CHANGELOG.md
[skip ci]
2015-04-22 19:09:34 -07:00
Cory LaNou bba66f6db6 update changelog [ci skip] 2015-04-22 18:17:39 -06:00