Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "Operations" page has been changed by NickBailey.
http://wiki.apache.org/cassandra/Operations?action=diff&rev1=83&rev2=84

--------------------------------------------------

        for x in xrange(nodes):         
            print 2 ** 127 / nodes * x
  
- There's also `nodetool loadbalance`: essentially a convenience over 
decommission + bootstrap, only instead of telling the target node where to move 
on the ring it will choose its location based on the same heuristic as Token 
selection on bootstrap. You should not use this as it doesn't rebalance the 
entire ring.
+ In versions of cassandra 0.7.* and lower, there's also `nodetool 
loadbalance`: essentially a convenience over decommission + bootstrap, only 
instead of telling the target node where to move on the ring it will choose its 
location based on the same heuristic as Token selection on bootstrap. You 
should not use this as it doesn't rebalance the entire ring. 
  
  The status of move and balancing operations can be monitored using `nodetool` 
with the `streams` argument.
  

Reply via email to