Voldermort 0.81 Released
Voldemort version 0.81 has been released.
Voldermort is a distributed key-value storage system. With Voldermort, data is automatically replicated over multiple servers, and automatically partitioned so each server contains only a subset of the total data.
This version upgrades the Hadoop Core jar to v0.20.2. In an effort to speed up rebalancing, a single stealer node can now transfer partitions from multiple nodes; a performance measurement tool based on YCSB has also been implemented.
More information is available at the release announcement. The project itself can be downloaded from github.