Julien Ammous
7387b5c761
allow logging to stdout
2014-01-21 12:27:01 +01:00
Ben Johnson
116a007266
Add Drone.io & Coveralls badges.
2014-01-19 14:57:49 -07:00
Ben Johnson
175a2dfc92
Merge pull request #154 from influxdb/http-transport-snapshot-support
...
handle Snapshot and SnapshotRecovery requests in the http transporter
2014-01-18 17:29:25 -08:00
Paul Dix
1725d5665e
Update changelog
2014-01-18 14:01:45 -05:00
John Shahid
4157c675e0
handle Snapshot and SnapshotRecovery requests in the http transporter
2014-01-17 14:05:12 -05:00
John Shahid
012efd449a
test snapshot recovery from new peers in the cluster.
...
This is dependent on this pr https://github.com/goraft/raft/pull/154 the
test will fail without this change
2014-01-17 13:40:58 -05:00
John Shahid
f79f71d478
update the changelog
2014-01-17 12:25:54 -05:00
Todd Persen
889b218a3e
Add support for continuous queries.
2014-01-17 12:24:09 -05:00
John Shahid
1ae33209ac
make things more robust
2014-01-17 12:10:22 -05:00
John Shahid
f67a2ce4e7
add some logging too
2014-01-16 17:01:36 -05:00
John Shahid
3e665b8fd0
load the snapshot on startup
2014-01-16 16:53:52 -05:00
Paul Dix
123c47508d
Update changelog
2014-01-16 16:08:27 -05:00
Paul Dix
311b9303af
Merge pull request #185 from influxdb/fix-184-log-compaction
...
fix #184 . Don't let the raft log grow larger than 10MB
2014-01-16 13:06:07 -08:00
John Shahid
ae19e20bae
fix #184 . Don't let the raft log grow larger than 10MB
2014-01-16 16:00:52 -05:00
John Shahid
028f9b1b22
fix password caching issue
2014-01-16 13:23:36 -05:00
John Shahid
44840edaa3
Make sure usernames and database names are valid
2014-01-16 13:23:36 -05:00
John Shahid
646d150290
use fixed size decoding and make sure we close the file.
2014-01-16 13:23:36 -05:00
Paul Dix
f474e47366
Bump rvm to 2.1.0
2014-01-16 12:21:31 -05:00
John Shahid
927a031558
oops, fix a typo.
2014-01-15 14:33:50 -05:00
John Shahid
98c2d9a7eb
sort the array before testing it
2014-01-15 13:58:36 -05:00
John Shahid
c6cb4c8b98
fix #182 . Don't segfault on queries with invalid limit clause.
2014-01-15 12:04:24 -05:00
Xiang Li
2c0c8f0635
Merge pull request #150 from xiangli-cmu/sync_fix
...
Fix file issue
2014-01-15 04:27:30 -08:00
Xiang Li
8ca39ae223
fix(util.go) make writeFileSynced return error properly
2014-01-15 20:26:54 +08:00
Xiang Li
d08ec1d03f
Merge pull request #152 from xiangli-cmu/refactor_processCommand
...
Refactor process command
2014-01-15 03:44:50 -08:00
John Shahid
d594a96fb7
make sure we read 8 bytes from /dev/random
2014-01-13 16:54:52 -05:00
Brandon Philips
edb2b5c186
Merge pull request #153 from bcwaldon/fix-log-statement
...
fix(logging): Fix malformed log statement
2014-01-13 13:20:47 -08:00
Brian Waldon
6b0e658226
fix(logging): Fix malformed log statement
2014-01-13 13:07:10 -08:00
John Shahid
0b9a2d6a76
don't run the tests on go1.1 since it's broken on travis
2014-01-13 14:42:55 -05:00
Paul Dix
839bde8511
update changelog
2014-01-13 14:24:55 -05:00
Paul Dix
2a08f41c77
Merge pull request #179 from influxdb/fix-177-drop-series
...
fix #177 . support drop series in the query lang
2014-01-13 11:23:40 -08:00
Paul Dix
8963604687
Update changelog
2014-01-13 14:14:38 -05:00
Paul Dix
4b2bef87f8
Merge pull request #181 from influxdb/fix-180-column-names
...
Fix #180 . Column names aren't returned when running a multinode cluster
2014-01-13 11:13:11 -08:00
John Shahid
8da2d53b22
fix #180 . Keep the series fields along with the next point
2014-01-13 14:08:31 -05:00
John Shahid
3e216e1c6b
fix #177 . support drop series in the query lang
2014-01-13 12:36:23 -05:00
Xiang Li
601a799693
do not make map twice
2014-01-12 16:05:31 +08:00
Xiang Li
4aa1042d78
refactor(server.go) Leader do not need to send its own response of receiving a command to itself.
...
We send response to itself before, since it is a simple way to deal one machine cluster. After a little modification, we do not need to do this anymore.
2014-01-12 16:01:38 +08:00
Xiang Li
c906836cfa
in progress
2014-01-12 15:40:55 +08:00
Xiang Li
8ce022418d
refactor do not copy entry around when doing encoding
2014-01-11 22:41:12 +08:00
Xiang Li
f6b1cc1407
import gogoproto instead of goproto
2014-01-11 20:35:09 +08:00
Xiang Li
52bdfb6e8d
switch to use gogoprotobuf
2014-01-11 20:21:54 +08:00
Xiang Li
8558533fa5
Merge branch 'master' of https://github.com/goraft/raft
2014-01-11 07:11:42 +08:00
John Shahid
b993ae270d
Merge pull request #175 from influxdb/drop-databases-and-series
...
Implement drop series and revisit drop database to distribute its effect to all nodes in the cluster
2014-01-10 13:37:57 -08:00
John Shahid
5c925a5485
update the changelog
2014-01-10 16:37:38 -05:00
John Shahid
696857355e
sequence number can be nil which causes a panic
2014-01-10 16:34:59 -05:00
John Shahid
68b57bbb07
print more information in the error string
2014-01-10 16:34:59 -05:00
John Shahid
3d24ca7d87
make the mocks little smaller
2014-01-10 16:34:59 -05:00
John Shahid
cf8b81be7a
fix #93 . Implement drop series
2014-01-10 16:34:59 -05:00
John Shahid
79fc6fa31b
fix #176 . distribute drop database requests to all nodes in the cluster
2014-01-10 16:34:53 -05:00
Ben Johnson
fc9fafbace
Merge pull request #148 from xiangli-cmu/fix_test
...
test(server_test.go) Fix a deadlock.
2014-01-10 08:22:45 -08:00
Paul Dix
de6a3f574e
Remove extraneous benchmark config file. It's in the influxdb_benchmark.go
2014-01-10 10:18:02 -05:00