Commit Graph

483 Commits (c391865af9f04a421eb708f0b66984cef85c83ae)

Author SHA1 Message Date
Paul Dix 37b2ab117b This fixes #8 to update datastore to reuse levigo read and write options. 2013-11-05 10:25:25 -05:00
Paul Dix 0ca7456928 Add cluster consensus interface. Change coordinator to use that instead of RaftServer directly. 2013-11-05 09:51:55 -05:00
Paul Dix 6a12a150d0 Fix typo in adminUser for json marshaling 2013-11-05 09:51:55 -05:00
John Shahid bb95d9e677 run test coverage if this is a recent version of go. 2013-11-04 15:52:01 -05:00
John Shahid 348f61e7ba prefer gemfile and rvm over manually setting up the env. 2013-11-04 15:51:57 -05:00
John Shahid af76dbeafb remove some protobuf methods that aren't generated anymore. 2013-11-04 13:20:28 -05:00
John Shahid 0e81bf6b16 add an authentication endpoint. 2013-11-04 12:46:02 -05:00
John Shahid 0f99d696da support count(distinct(foo)) in queries. 2013-11-01 16:57:25 -04:00
John Shahid aeaef15a94 select * from foo where a == 2; should return all columns not just 'a' 2013-11-01 16:06:01 -04:00
John Shahid 638293fe1c recover from raft panics. 2013-11-01 15:18:04 -04:00
John Shahid 1ae04b1b3d resurrect the test. 2013-11-01 14:46:08 -04:00
John Shahid 9ef4b61b6c fix a race condition. 2013-11-01 12:54:11 -04:00
John Shahid 559e7ed71b return all columns if a wildcard is used in the column names. 2013-11-01 12:01:45 -04:00
John Shahid 83b4ac5638 more read benchmarks. 2013-11-01 11:55:53 -04:00
John Shahid 67b2402c48 fix #59983274. select column_one from foo where column_two == 'bar' should return column_one only. 2013-11-01 11:37:57 -04:00
John Shahid eccd71c75a fix a typo. 2013-11-01 10:48:44 -04:00
John Shahid 9347e8658c remove raft logging. 2013-10-31 21:26:14 -04:00
John Shahid f6e38e373c no verbose output in travis. 2013-10-31 21:20:19 -04:00
John Shahid dfb67d1875 add raft logging again. 2013-10-31 21:14:37 -04:00
John Shahid cdee0d26d0 use our own raft fork. 2013-10-31 20:48:18 -04:00
John Shahid 65338c9553 cleanup the coordinator test suite. 2013-10-31 19:57:45 -04:00
John Shahid defbcbeddd add integration test for reading data. 2013-10-31 15:14:19 -04:00
John Shahid 0e5ea65114 more ouptut. 2013-10-31 14:39:56 -04:00
John Shahid 2490958b5b more output. 2013-10-31 14:24:41 -04:00
John Shahid 7196dac32a add more debug info. 2013-10-31 14:21:26 -04:00
John Shahid 8064b74309 raft, be more patient. 2013-10-31 13:58:52 -04:00
Paul Dix 820ed12472 Update readme copy 2013-10-31 13:40:00 -04:00
Paul Dix dfcc083efa Update readme with pointers to influxdb.org site. Move design stuff over to a notes page 2013-10-31 13:37:33 -04:00
John Shahid 5eae652bf5 add the build status. 2013-10-31 13:33:29 -04:00
John Shahid 7ee4302411 make the batch size configurable. 2013-10-31 13:28:31 -04:00
John Shahid ad6deaf0bf fix a compilation error. 2013-10-31 13:28:27 -04:00
John Shahid d049f8cd44 make the output nicer. 2013-10-31 13:02:59 -04:00
John Shahid 313015e79d cache user credentials forever. 2013-10-31 13:02:53 -04:00
John Shahid 2a5c32710d make sure the test shuts down the server gracefully. 2013-10-31 12:40:50 -04:00
John Shahid c77802536a add password caching to speed up password validation. 2013-10-31 12:32:15 -04:00
John Shahid 7e5d6a0b98 some benchmarks. 2013-10-31 12:24:26 -04:00
John Shahid 8e84383e6c add profiling arguments to the server binary. 2013-10-31 12:24:21 -04:00
John Shahid 54cc956342 change flag from version to v. 2013-10-31 11:53:41 -04:00
John Shahid 3dc94a087f allow test arguments. 2013-10-31 11:53:16 -04:00
John Shahid e283914d80 move things slightly and make version and gitSha constants. 2013-10-31 11:53:08 -04:00
John Shahid d7e75135a7 remove the integer columns field. 2013-10-31 11:10:26 -04:00
John Shahid e4d8407110 delete empty files. 2013-10-30 15:39:27 -04:00
John Shahid c5c0b95e6f increase the number of threads in the test. 2013-10-30 15:07:04 -04:00
John Shahid 785114d340 pvt#59789082 no prefix of column names when merging. 2013-10-30 13:55:04 -04:00
John Shahid 86fa589563 remove some printfs. 2013-10-30 13:04:21 -04:00
John Shahid bbf8b41ab0 start raft server in a goroutine and increase the timeout. 2013-10-29 19:17:19 -04:00
John Shahid 016093631e some documentation and small refactoring. 2013-10-29 14:33:09 -04:00
John Shahid 1287f1eb5a working implementation of INNER JOIN. 2013-10-29 14:22:11 -04:00
John Shahid 8cdb3db880 add travis ci notifications. 2013-10-29 11:40:08 -04:00
Paul Dix e327b31177 Force retries for Raft commands. Add commands to add a server to the cluster. 2013-10-29 11:20:55 -04:00