Commit Graph

21 Commits (8e1261bc95d36ab0c905661fec488e9bfeedba6b)

Author SHA1 Message Date
Paul Dix a76532de28 Fix race condition where tests would freeze up randomly.
Was caused by the response channels in coordinator filling up and blocking the response reader for a given cluster server (protobuf client). Added buffer size as a configuration option.
2014-02-25 13:18:05 -05:00
Paul Dix 6232c4f4f9 Increase timeouts and heartbeat intervals on test and sample config files. 2014-02-23 15:14:01 -05:00
Paul Dix 4d0fd931b1 WIP: Add write buffer to wrap writes to servers or the local datastore and replay from logs if it gets backed up. Errors on test because Shahid didn't update the test config files or set defaults on timeouts? /me shakes fist 2014-02-20 19:50:01 -05:00
John Shahid 29f21a10b3 make heartbeat interval and timeout configurable 2014-02-20 16:32:11 -05:00
Paul Dix 6bbbe0fc15 Update default RF to 1 and short term shard size to 7d 2014-02-19 17:50:27 -05:00
John Shahid e6eb494ce1 update the config files 2014-02-18 15:18:52 -05:00
John Shahid 04254009d6 make the number of requests per log file configurable 2014-02-18 15:18:52 -05:00
John Shahid 7fdbb75fab make the index entry size configurable 2014-02-18 15:18:52 -05:00
John Shahid daea800909 make the flush and bookmark configurable 2014-02-18 15:18:51 -05:00
Paul Dix a76c63e389 Wire up on the fly creation of shards, get of shards for writes and writes in a shard. 2014-02-14 15:37:21 -05:00
John Shahid b874144cb3 make the max leveldb open files configurable 2014-02-05 15:12:44 -05:00
John Shahid 25085e3bda fix #190. Close #194
Add SSL option to the api endpoint, and make it possible to disable
non-ssl port binding by not setting the port in the configuration.
2014-01-28 14:58:56 -05:00
Julien Ammous 50942ef746 Close #195. Allow configuring bind address 2014-01-22 15:00:48 -05:00
John Shahid 275010200d document logging to stdout option in the toml file 2014-01-21 13:14:08 -05:00
John Shahid 01fb2bad79 fix #128. Parse the configuration using a differernt toml lib 2014-01-08 14:39:49 -05:00
Paul Dix 8b3b1d42ca Add hostname to configuration 2013-12-13 10:23:57 -05:00
John Shahid f3b1ec8be1 fix the packaging 2013-12-12 11:27:00 -05:00
Paul Dix bc8b3b94e0 Move things around in the config file for clarity and add comments. 2013-12-11 17:19:02 -05:00
John Shahid 136281ccd7 uncomment the paths, since the homebrew formula gsub them 2013-12-11 14:20:02 -05:00
John Shahid 4a58dce5b7 make the location of the log file configurable 2013-12-11 14:15:14 -05:00
John Shahid 69544aa6bf fix #40. Replace json with toml for configuration 2013-12-11 14:13:42 -05:00