Commit Graph

871 Commits (3679e4118723a14be2873fb063a19eb05e86518e)

Author SHA1 Message Date
John Shahid 275010200d document logging to stdout option in the toml file 2014-01-21 13:14:08 -05:00
John Shahid 9888d06ee4 ignore order of points at the same time when comparing series 2014-01-21 13:14:08 -05:00
John Shahid 910e9209d7 rename checkers.go to in_range.go 2014-01-21 12:49:29 -05:00
John Shahid d88f60d22d don't compare arrays since the order can change 2014-01-21 12:41:44 -05:00
John Shahid fe324dbbf1 don't start the sync log loop automatically 2014-01-21 12:41:44 -05:00
John Shahid 7f7d05caa1 Merge pull request #193 from schmurfy/log_stdout
Logging to stdout
2014-01-21 09:41:39 -08:00
Julien Ammous 7387b5c761 allow logging to stdout 2014-01-21 12:27:01 +01:00
Paul Dix 1725d5665e Update changelog 2014-01-18 14:01:45 -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
John Shahid d594a96fb7 make sure we read 8 bytes from /dev/random 2014-01-13 16:54:52 -05: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
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
Paul Dix de6a3f574e Remove extraneous benchmark config file. It's in the influxdb_benchmark.go 2014-01-10 10:18:02 -05:00
John Shahid 917799771f Merge pull request #174 from influxdb/add-benchmarking-tool
Add benchmarking tool
2014-01-09 15:03:37 -08:00
Paul Dix ec11c7b370 Wire up running queries on load test 2014-01-09 18:01:06 -05:00
Paul Dix 90d46875e7 Add output to benchmark log 2014-01-09 18:01:06 -05:00
Paul Dix ae7305f1c6 Add ability to send in random strings 2014-01-09 18:01:06 -05:00
Paul Dix 97d5b51d1f Seed the random number generator 2014-01-09 18:01:06 -05:00
Paul Dix 82f3549222 Fix logic for waiting until all requests are done before quiting process 2014-01-09 18:01:06 -05:00
John Shahid 6d3cf7cd0c ignore the benchmark binary 2014-01-09 18:01:05 -05:00
John Shahid 9f2070ba9e fix the default config path 2014-01-09 18:01:05 -05:00
John Shahid bcb0da5f54 fix #141. Include the benchmark binary in the package 2014-01-09 18:01:05 -05:00
Paul Dix c70a97eaf8 Add benchmark configuration file 2014-01-09 18:00:35 -05:00