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 2010/02/09 21:27:08 UTC

[Cassandra Wiki] Update of "Operations" by StuHood

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

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

  
  Cassandra is smart enough to transfer data from the nearest source node(s), if your !EndpointSnitch is configured correctly.  So, the new node doesn't need to be in the same datacenter as the primary replica for the Range it is bootstrapping into, as long as another replica is in the datacenter with the new one.
  
+ == Moving or Removing nodes ==
+ 
- == Removing nodes entirely ==
+ === Removing nodes entirely ===
  You can take a node out of the cluster with `nodetool decommission` to a live node, or `nodetool removetoken` (to any other machine) to remove a dead one.  This will assign the ranges the old node was responsible for to other nodes, and replicate the appropriate data there.
  
  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.