Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
decommission - Deactivate a selected node by streaming its data to the next node in the ring.
For example:
nodetool decommission
Warning
Review current disk space utilization on existing nodes and make sure the amount of data streamed from the node being removed can fit into the disk space available on the remaining nodes. If there is not enough disk space on the remaining nodes, the removal of a node will fail. Add more storage to remaining nodes before starting the removal procedure.
Use the nodetool netstats
command to monitor the progress of the token reallocation.
Was this page helpful?