Commit Graph

1142 Commits (c3bf4876d7a1e77705676fc09d3883dd1d45fae2)

Author SHA1 Message Date
John Shahid 378d185632 fix a bug introduced by my refactoring 2014-03-07 18:29:13 -05:00
John Shahid a2f0bf82ac flush on every write in the tests 2014-03-07 18:19:44 -05:00
John Shahid 41b776cb88 don't do this twice, 5 seconds is good enough 2014-03-07 18:19:44 -05:00
John Shahid 73648b5a6f move the sleep outside the loop in the test 2014-03-07 18:19:44 -05:00
John Shahid d029273f89 more logging 2014-03-07 18:19:39 -05:00
John Shahid 10b2820d9e fix another bug in the wal, not all requests have series 2014-03-07 15:21:26 -05:00
John Shahid 564c0f1d3d fix the broken tests, now recovery happens after server id is set 2014-03-07 15:05:53 -05:00
John Shahid 0c7542d6e4 fix #312. WAL should wait for server id to be set before recovering 2014-03-07 14:28:31 -05:00
John Shahid 6a3b16e854 more changes to the changelog 2014-03-07 12:59:46 -05:00
John Shahid ab430f8d6a update changelog 2014-03-07 12:59:21 -05:00
John Shahid 8f95ce4b76 update changelog 2014-03-07 12:58:36 -05:00
John Shahid c5633c6016 remove some whitespaces 2014-03-07 12:51:16 -05:00
John Shahid 417f035c22 wal should go in the opt directory with the rest of the data 2014-03-07 12:41:56 -05:00
John Shahid 348d5b568c ignore more files 2014-03-07 12:06:27 -05:00
John Shahid 43b596c73d some refactoring 2014-03-07 11:59:24 -05:00
John Shahid 4b974ba92f fix #309. Don't relog the delete queries 2014-03-07 11:25:33 -05:00
John Shahid 2cb3124a03 rename import 2014-03-07 11:15:18 -05:00
John Shahid f759d37390 add a test to make sure we don't relog requests
the actual  fix is in 1da8fef493
2014-03-06 19:31:15 -05:00
John Shahid 90566acad9 graceful shutdown 2014-03-06 19:03:15 -05:00
John Shahid 134b4c4d06 more logging 2014-03-06 18:48:58 -05:00
John Shahid ea5f65e865 update the changelog 2014-03-06 18:14:35 -05:00
John Shahid 417c23f8d9 fix more bugs in the wal 2014-03-06 18:14:28 -05:00
John Shahid 66c0f919c9 refactor the wip and fix some bugs 2014-03-06 17:42:30 -05:00
John Shahid d22874a834 Update CHANGELOG.md 2014-03-06 17:41:50 -05:00
John Shahid 402d7bc413 Merge pull request #308 from influxdb/fix-305-shard-ids-not-unique-after-restart
Fix 305 shard ids not unique after restart
2014-03-06 17:40:15 -05:00
Paul Dix 1da8fef493 fix bug where writes from the protobuf connection were incorrectly getting logged to the wal and buffered. 2014-03-06 17:31:57 -05:00
Paul Dix a3c83b60f1 Fix #305. Ensure that the shard id is set based on the number of current shards + 1. 305 was only occuring if a restart after a Raft log compaction happened 2014-03-06 17:07:21 -05:00
Paul Dix 58cdd6f273 Merge pull request #298 from influxdb/fix-298-limit-with-multiple-shards
LIMIT seems broken
2014-03-05 16:12:14 -05:00
John Shahid f3f36e0782 fix #298. fix limit when querying multiple shards 2014-03-05 16:11:23 -05:00
John Shahid 91dfff2ef7 prepare the changelog for a release 2014-03-03 18:07:02 -05:00
John Shahid 10596f1048 Merge pull request #292 from influxdb/fix-186-max-open-shards
Add option for max open shards
2014-03-03 18:04:48 -05:00
Paul Dix a09abd4842 fix #286. Make numbers of open shards configurable 2014-03-03 18:01:06 -05:00
John Shahid 10fc4f937c fix the configuration parser 2014-03-03 17:55:44 -05:00
John Shahid 6896f17b15 update the change log 2014-03-03 17:05:00 -05:00
John Shahid 1c9e14f68f fix #287. make the lru cache size configurable 2014-03-03 17:03:04 -05:00
John Shahid 1565e554b2 make sure we close the iterators after we query 2014-03-03 16:15:36 -05:00
Paul Dix 6653b40380 Update changelog for 0.5.0-rc.3 2014-03-03 15:01:12 -05:00
Paul Dix 2409047bb3 Merge pull request #290 from influxdb/fix-69-column-aliasing
Fix #69 column aliasing
2014-03-03 14:55:26 -05:00
John Shahid 0d52464061 fix #69. Support column aliasing 2014-03-03 14:50:07 -05:00
John Shahid 5bb5161c8d add support for function calls aliasing in the parser 2014-03-03 13:05:02 -05:00
John Shahid a3c3c79582 Merge commit 'df2056de8a9644f13b84540fadf123e55ef238d9' 2014-03-03 12:32:35 -05:00
John Shahid df2056de8a fix #285. fixing some problems with req num roll over 2014-03-03 12:31:32 -05:00
John Shahid 0fd2a4c267 fix the configuration test 2014-03-03 12:31:03 -05:00
Todd Persen d626216095 Add required files. 2014-03-03 10:33:37 -05:00
Todd Persen 0d5d05edf4 Add more tests. 2014-03-03 10:22:00 -05:00
John Shahid b883b1f6ef update the changelog 2014-02-28 17:41:05 -05:00
John Shahid 706d58c99f fix #288. Sequence numbers should be unique per server 2014-02-28 17:40:28 -05:00
John Shahid 6e3fb5148e fix the time precision in a test 2014-02-28 10:31:10 -05:00
John Shahid 23412f1b7e quote the test regex 2014-02-28 10:31:10 -05:00
Paul Dix 20d334c3ee Add in max open files per shard 2014-02-27 17:43:30 -05:00