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
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 #2433 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 #2412
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 #2452
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