Re: Data redistribution or rebalancing after node data failures

2010-11-02 Thread Dan Reverri
Read repair is the only way to restore the missing replicas on the restored node: http://wiki.basho.com/display/RIAK/Replication#Replication-ForcingReadRepair Read each key with R=2 to force the object to replicate to th

Data redistribution or rebalancing after node data failures

2010-11-02 Thread Gernot Ullrich
Hi all, Following scenario: 3 nodes on 3 servers in a cluster - complete data failure on one node. What would be the recommended procedure to get a rebalanced setup? A simple join of the node with an empty bitcask would attach to the ring, but not redistribute data. Is there a function to acc