Hi guys,
With the 0.96 release there are some new configuration options in Voldemort that are not documented.
Server Properties:
* Removed in 0.96
- bdb.cleaner.lazy.migration
- bdb.cache.evictln
- bdb.minimize.scan.impact
* Added in 0.96
- bdb.minimum.shared.cache
- fetcher.max.bytes.per.sec
- fetcher.min.bytes.per.sec
- fetcher.reporting.interval.bytes
- hdfs.fetcher.buffer.size
- client.routing.allow.partial.getall
- enable.jmx.clustername
- service.interruptible
Added memory-footprint to stores.xml
Client properties:
- getall_routing_timeout_ms
- put_routing_timeout_ms
- get_routing_timeout_ms
- getversions_routing_timeout_ms
- delete_routing_timeout_ms
- allow_partial_getalls
Some of these new properties look really interesting and I'm already investigating them, but I would like to hear, if possible, your comments regarding the different case scenarios and the stability of them.
Note: This documentation should be also added to the wiki and/or website.
Thanks,
Carlos.