You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/19 00:51:52 UTC

[Cassandra Wiki] Update of "Operations" by BrandonWilliams

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 BrandonWilliams:
http://wiki.apache.org/cassandra/Operations?action=diff&rev1=97&rev2=98

  No data is removed automatically from the node being decommissioned, so if you want to put the node back into service at a different token on the ring, it should be removed manually.
  
  === Moving nodes ===
- `nodetool move`: move the target node to a given Token. Moving is essentially a convenience over decommission + bootstrap.
+ `nodetool move`: move the target node to a given Token. Moving is both a convenience over and more efficient than decommission + bootstrap. After moving a node, `nodetool cleanup` should be run to remove any unnecessary data.
  
  As with bootstrap, see [[Streaming]] for how to monitor progress.