John Shahid
29fa47e78a
Get rid of Start() and replace it with Serve() and ListenAndServe()
2014-01-03 16:55:39 -05:00
John Shahid
0949cb74d3
DRY
2014-01-03 16:49:41 -05:00
John Shahid
a6c06d77af
fix the column names test
2014-01-03 15:26:59 -05:00
John Shahid
2aec269e1e
delete an unused file
2014-01-03 15:26:59 -05:00
John Shahid
f23267d53f
generate protobuf go files using 2.5.0
2014-01-03 15:26:59 -05:00
John Shahid
6a77f35855
there's no need to write 4 points
2014-01-03 15:26:59 -05:00
John Shahid
1f43b0f8a5
Store the received sequence number in the missing request error
2014-01-03 15:26:59 -05:00
John Shahid
a08b8c2451
Refactor and fix the delete integration test
2014-01-03 15:26:59 -05:00
John Shahid
75026101a6
fix some logging statements
2014-01-03 15:26:54 -05:00
John Shahid
8093a3a93e
fix the test to write multiple points to ensure replay is triggered
2014-01-03 13:17:08 -05:00
John Shahid
185a9c6608
fix #99 . Return a separate time series
...
Previously we returned a single time series with the name "names" that
had one point per time series with the column "name" set to the time
series name. This patch changes the behavior of the server to return a
single time series with no points for each time series in the given db.
2014-01-02 19:50:50 -05:00
Ben Johnson
c064081f63
Merge pull request #145 from goraft/remove_timeout
...
remove command timeout
2014-01-02 15:28:43 -08:00
Ben Johnson
d96553b3af
Merge pull request #146 from gdb/master
...
Make HttpTranporter.Transport into an exported field
2014-01-02 15:16:15 -08:00
John Shahid
4d59852ae4
Close #146 . Fix #140 . After cluster restart, queries cause runtime panic.
2014-01-02 18:06:20 -05:00
John Shahid
f110fd91e5
update the changelog
2014-01-02 15:28:43 -05:00
Paul Dix
ff5c0e6856
Update change log for 150
2014-01-02 15:26:35 -05:00
Paul Dix
0356fde673
Merge pull request #155 from influxdb/fix-150
...
Handle slashes in regex and don't parse division operator as a regex
2014-01-02 12:23:18 -08:00
Todd Persen
69645ad174
Close #156 . Fixes #154 . Make the coordinator allow read/write operations from cluster admins.
2014-01-02 15:19:08 -05:00
John Shahid
7dc81a87db
Close #150 . Handle slashes in regex, don't parse division as a regex
2014-01-02 15:08:59 -05:00
John Shahid
2aa320e468
some log statements
2014-01-02 18:17:14 +02:00
John Shahid
767a739a36
fix an error message
2014-01-02 18:17:14 +02:00
John Shahid
9ff14b0e8e
fix #99 . support list series
2014-01-02 18:17:13 +02:00
Greg Brockman
3509cfa7b1
Make HttpTranporter.Transport into an exported field
...
With this patch, it becomes possible to use the HTTPTransporter over
custom transports, such as Unix sockets.
2014-01-01 23:40:29 -08:00
Paul Dix
31bd297c18
Merge pull request #151 from influxdb/tp-update_api_security
...
Ensure that cluster admins can read/write points. Fixes #149 .
2013-12-30 13:02:04 -08:00
Todd Persen
365ea66c5d
Ensure that cluster admins can read/write points. Fixes #149 .
2013-12-30 15:56:56 -05:00
Todd Persen
faf67b3939
Fix special character in regex test.
2013-12-30 15:56:41 -05:00
Todd Persen
84ab01e6b7
Fix typo, Wririting -> Writing.
2013-12-30 14:27:07 -05:00
Todd Persen
22bd5fb2d0
Fix error message in test.
2013-12-30 14:27:07 -05:00
Xiang Li
42e4b8d3f5
remove command timeout
2013-12-30 16:58:38 +08:00
Ben Johnson
7b9d2828c3
Merge branch 'master' of https://github.com/goraft/raft
2013-12-29 15:59:44 -07:00
Ben Johnson
48031ef708
Merge pull request #144 from goraft/election-heartbeat-events
...
Election Threshold and Heartbeat Timeout Event Types
2013-12-29 14:59:31 -08:00
Ben Johnson
14c4999b1c
Merge branch 'master' of https://github.com/goraft/raft
2013-12-29 12:56:11 -07:00
Ben Johnson
4fa809b18d
Merge branch 'master' of https://github.com/goraft/raft
2013-12-29 12:54:15 -07:00
Ben Johnson
390a4b2c72
Add election threshold and heartbeat timeout events.
2013-12-29 12:54:00 -07:00
Ben Johnson
891ea65ab0
Merge pull request #143 from goraft/fix_race
...
fix(server.go)
2013-12-29 09:44:05 -08:00
Xiang Li
007b8dec33
fix(server.go) we should clean the commit channle after the receiver receives the message; or the receiver might receive on a nil channel, which will cause timeout
2013-12-29 18:52:40 +08:00
Ben Johnson
7defa721ab
Fix internal log index deadlock.
2013-12-27 15:23:59 -07:00
Ben Johnson
b50c4eb188
Add Context.CommitIndex().
2013-12-23 16:07:40 -07:00
Ben Johnson
4d569a84f6
Merge pull request #142 from goraft/context
...
Command Context
2013-12-23 14:54:43 -08:00
Paul Dix
f04bce28d5
Fix unlock on cluster config to defer. duh...
2013-12-23 17:15:45 -05:00
Paul Dix
f8d0e7f4db
Merge pull request #148 from influxdb/tp-test_single_point_select
...
Single Point Select
2013-12-23 13:35:38 -08:00
Todd Persen
6a25ff77aa
Double-check number of points returned from test query.
2013-12-23 16:34:55 -05:00
Todd Persen
6d4b9cb044
Test null columns more thoroughly.
2013-12-23 16:30:38 -05:00
Todd Persen
0167976a50
Make sure null values are excluded from single point requests.
2013-12-23 16:19:17 -05:00
Ben Johnson
50eaefe123
Command.Apply(Context)
2013-12-23 07:23:11 -07:00
Todd Persen
737a35e70b
Fix merge conflict.
2013-12-22 01:37:37 -05:00
Todd Persen
20904fef2c
Add support for single point queries.
2013-12-22 01:18:52 -05:00
Ben Johnson
311ccba13b
Merge pull request #141 from goraft/event-dispatch
...
Event Dispatch
2013-12-20 14:34:14 -08:00
Ben Johnson
ce8ada2f9a
Add Event Dispatch.
2013-12-20 15:24:38 -07:00
Paul Dix
d9c10f899d
Add test to make sure where queries with only some points having the matching column work
2013-12-19 10:29:15 -05:00