Philip O'Toole
f27e97e254
Update CHANGELOG for PR 2545
...
[ci skip]
2015-05-12 19:34:56 -07:00
Philip O'Toole
095482855f
Merge pull request #2545 from cannium/use-value-as-field-name
...
Use "value" as the field name also in graphite
2015-05-12 19:33:08 -07:00
Can ZHANG
84a713f07f
Use "value" as the field name in graphite
...
Also fix tests.
2015-05-13 09:31:20 +08:00
Philip O'Toole
acf2dd6ba5
Release RC30
...
[ci skip]
2015-05-12 16:05:19 -07:00
Philip O'Toole
6ccb08b920
Merge pull request #2553 from influxdb/fix_cq_race
...
Fix races in CQ execution
2015-05-12 16:03:06 -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
8cced04917
Merge pull request #2552 from influxdb/invoke_desired_cq
...
Run CQ passed into goroutine, not from outer loop
2015-05-12 15:38:55 -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
557b311f1d
Merge pull request #2549 from influxdb/5_second_timeout
...
Default Raft election timeout to 5 seconds
2015-05-12 14:01:32 -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
Paul Dix
2e57952903
Merge pull request #2547 from neonstalwart/fix/2487
...
handle aggregations with 0 intervals
2015-05-12 16:42:14 -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
Philip O'Toole
c34581b089
Unit test numeric aggregate check
2015-05-12 13:26:21 -07:00
ben hockey
8e02595b3e
handle aggregations with 0 intervals
2015-05-12 15:21:31 -05:00
Philip O'Toole
2281b5e1da
Remove now-unneeded field check
...
This check has been moved to earlier in the planning phase.
2015-05-12 13:20:36 -07:00
Philip O'Toole
8ac6d80016
Numeric fields only when using numeric aggregates
2015-05-12 13:20:33 -07:00
Todd Persen
0e51843c59
Update CHANGELOG.md
2015-05-12 12:41:33 -07:00
Todd Persen
0854913b66
Merge pull request #2298 from neonstalwart/write-204-status
...
return no content status (204) for succesful write
2015-05-12 12:40:08 -07:00
Cory LaNou
dca9859e50
Merge pull request #2540 from influxdb/count-group-where
...
Throw parser error for aggregate functions with group by time without where time clause
2015-05-12 09:20:09 -06:00
Cory LaNou
eb1a4f669a
refactor selectStatement validate
2015-05-12 08:56:38 -06:00
Cory LaNou
bfdf05033d
refactor validating select statement
2015-05-12 08:42:39 -06:00
ben hockey
ef7473ac6b
looks like StatusNoContent writes {} by default
2015-05-12 09:08:36 -05:00
ben hockey
12322e4df0
update tests to expect StatusNoContent
2015-05-12 09:07:03 -05:00
ben hockey
a4be178280
return no content status (204) for succesful write
...
since write returns nothing in the body of the response, return 204
2015-05-12 09:03:27 -05:00
Cory LaNou
882c5e1d75
add index to test log output
2015-05-11 18:06:51 -06:00
Cory LaNou
93760c8679
update comment and changelog for count -> aggregate
2015-05-11 18:00:59 -06:00
Cory LaNou
198b38a0c9
temp file go bye bye
2015-05-11 17:57:59 -06:00
Cory LaNou
7963a85914
no longer need hasCount
2015-05-11 17:48:37 -06:00
Cory LaNou
cebdfea737
any aggregate function that has a group by time without a where time clause should fail
2015-05-11 17:48:37 -06:00
Cory LaNou
f63611c170
update changelog
2015-05-11 17:48:37 -06:00
Cory LaNou
0155f8bb6d
hasWhereTime -> hasTimeDimensions
2015-05-11 17:48:21 -06:00
Cory LaNou
832ca01cd3
learn to spell claus
2015-05-11 17:48:21 -06:00
Cory LaNou
c9ca0ce77d
gofmt
2015-05-11 17:48:21 -06:00
Cory LaNou
892a6e831b
error out for invalid count group select without where time
2015-05-11 17:48:21 -06:00
Philip O'Toole
409667f90c
Merge pull request #2541 from influxdb/update_conn_index
...
Update messaging client connection index
2015-05-11 15:53:34 -07: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
bf522b37e2
Merge pull request #2539 from influxdb/vote-logging
...
Add additional logging for RequestVote.
2015-05-11 15:41:29 -06: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
Philip O'Toole
87a2fb0712
Merge pull request #2538 from influxdb/timestamp_to_time
...
Complete change from 'timestamp' to 'time'
2015-05-11 13:15:01 -07:00
Todd Persen
9e839c0771
Merge pull request #2186 from influxdb/default-status-code-is-now-200
...
Default status code for queries is now 200
2015-05-11 13:14:54 -07:00
Philip O'Toole
4f6f77f007
Complete change from 'timestamp' to 'time'
2015-05-11 13:04:56 -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
Todd Persen
730e8cdfd4
Merge pull request #2405 from neonstalwart/time
...
change timestamp to time
2015-05-11 12:38:00 -07:00
Todd Persen
6b3bd907e8
Merge pull request #2448 from cannium/fix-data-type
...
Fix inconsistent data type
2015-05-11 11:47:40 -07:00
Todd Persen
58dd944ba3
Merge pull request #2526 from gabrieltaylor/additional_server_tests
...
Additional server tests
2015-05-11 11:44:19 -07:00
Philip O'Toole
a279ab6e76
Merge pull request #2536 from influxdb/single_node_leader_restart
...
Set leader ID on log open if only 1 node
2015-05-11 11:36:49 -07:00