Paul Dix
c3bf4876d7
fix #341 . Limit the amount of memory taken by query
...
Remove the setting for shard query buffer size and add logic for max
number of shards to query in parallel.
2014-04-01 19:11:44 -04:00
John Shahid
47bbb67de1
change the default log level to info
2014-03-28 12:40:03 -04:00
John Shahid
56866841aa
fix #342 . Make sure we create a checkpoint before deleting data
...
Deleting data without creating a wal bookmark will cause the log to
replay some requests that where written before the delete happened,
causing the data to be resurrected. This change makes sure we create a
bookmark right before we delete the data to make sure that any write
before the delete will not be replayed.
2014-03-26 12:59:22 -04:00
John Shahid
1fd64f984b
make the raft election timeout configurable
2014-03-24 14:41:32 -04:00
John Shahid
1043101d00
modify the configuration to match this example https://github.com/influxdb/influxdb/pull/293#issuecomment-37389463
2014-03-24 12:50:10 -04:00
Dieter Plaetinck
7e957ec680
implement graphite listener
2014-03-24 12:50:10 -04:00
lucapette
056c8c3751
Fix typo in conf file
...
Just a small typo I noticed this morning
2014-03-16 13:58:28 +01:00
John Shahid
7bda031982
change the default log level to debug
2014-03-13 16:29:47 -04:00
Pawel Szymanski
dbe76dfa31
partial fix for issue #294 processing some queries in batches
2014-03-12 17:56:19 -04:00
John Shahid
c5633c6016
remove some whitespaces
2014-03-07 12:51:16 -05:00
Paul Dix
a09abd4842
fix #286 . Make numbers of open shards configurable
2014-03-03 18:01:06 -05:00
John Shahid
1c9e14f68f
fix #287 . make the lru cache size configurable
2014-03-03 17:03:04 -05:00
Paul Dix
20d334c3ee
Add in max open files per shard
2014-02-27 17:43:30 -05:00
Paul Dix
47058eb0e8
Increase default buffer sizes to make replays less likely.
2014-02-27 15:17:52 -05:00
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