On Mon, Aug 2, 2010 at 2:24 PM, Aaron Morton <aa...@thelastpickle.com> wrote: > > 3.5) Yes load balance restores things, I suggest you run it on one node at a > time. Start with the node with the lowest load. Watching the progress by > watching the streams via JMX or nodetool. >
I recommend you _never_ use nodetool loadbalance in production because it will _not_ result in balanced load. The correct process is manual calculation of tokens (the algorithm for RP is on the Operations wiki page) and nodetool move. b