Commit Graph

965 Commits (58cdd6f2737d186bc586f0e60ddb2121a244968c)

Author SHA1 Message Date
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
John Shahid 8f93eb9336 fix #284. WAL should recover from files ending prematurely 2014-02-27 15:51:27 -05:00
Paul Dix 9513a6165e Add setup script for the benchmark tool 2014-02-27 15:17:52 -05:00
Paul Dix 47058eb0e8 Increase default buffer sizes to make replays less likely. 2014-02-27 15:17:52 -05:00
John Shahid e4c039b3b8 update the changelog 2014-02-27 14:40:59 -05:00
Paul Dix 06070d2b97 Remove old cruft of leveldb_datastore. Add close method to the new shard store and make server.Stop call it. Remove old cruft on protocol, make request number a lower id. 2014-02-27 14:14:20 -05:00
John Shahid fc12c75b92 fix #281. make build should replace the version string 2014-02-27 12:52:35 -05:00
Paul Dix 2e41160ea4 Fix bug where the last write gets dropped and no other write follows on the buffer. Was causing relpay to error out 2014-02-27 12:51:20 -05:00
Paul Dix e9d39cabaa Ignore benchmark log 2014-02-27 12:43:10 -05:00
Paul Dix 64383b547f Fix write buffer replays to properly play requests in order and not drop any mid-replay. 2014-02-27 12:43:10 -05:00
Paul Dix 115d5d16b8 Fix #283. Dropping shard and restart in cluster causes panic. 2014-02-27 12:43:09 -05:00
John Shahid e314813e7e set the request number on the request when we're replaying 2014-02-27 12:42:12 -05:00
John Shahid 8e53366211 update the changelog 2014-02-27 12:04:25 -05:00
John Shahid 21618bedd1 break out of the proper loop 2014-02-27 12:03:54 -05:00
John Shahid 245174ad26 fix #279. Limit not working for regex 2014-02-27 12:02:16 -05:00
John Shahid 4698a4fb8c speed up the test initialization 2014-02-27 11:53:15 -05:00
John Shahid 4cf4ad3a08 be consistent in the chanagelog format 2014-02-26 20:57:38 -05:00
John Shahid bc6e5ea747 update the changelog 2014-02-26 20:56:59 -05:00
John Shahid 622fcbb4f0 fix a typo in the replay logic, we should read from the new file 2014-02-26 20:45:41 -05:00
John Shahid c42e613afe fix #274. open a new fd for replay
Since we have to seek to the right location of the file, we cannot use
the same fd or dup it. File descriptors share the same file location.
2014-02-26 20:45:41 -05:00
John Shahid b931784b3f add some logging to log.go 2014-02-26 20:45:41 -05:00
John Shahid c1019cdc20 log a message when we rotate the log 2014-02-26 20:45:41 -05:00
John Shahid e0fc50d3df make closing a wal safe 2014-02-26 20:45:41 -05:00
John Shahid 165a6a0b72 add some logging to the wal recovery 2014-02-26 20:45:41 -05:00
John Shahid e4a3c53b88 add a test to illustrate corrupted wal 2014-02-26 20:45:41 -05:00
John Shahid 12f6a0d67c sleep before exit to print the log messages 2014-02-26 20:45:41 -05:00
Todd Persen f74c9d309a Stub out the burn-in suite. 2014-02-26 17:51:48 -05:00
Paul Dix 6f5eae18e6 Fix #277. Ensure that duplicate shards won't be created for a given time. 2014-02-26 16:54:31 -05:00