Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
Stops a compaction operation. This command is usually used to stop compaction that has a negative impact on the performance of a node.
Usage
nodetool <options> stop -- <compaction_type>
Supported compaction types: COMPACTION, CLEANUP, SCRUB, RESHAPE
Stopping a compaction by id (--id <id>
) is not implemented.
For example:
nodetool stop COMPACTION
nodetool stop RESHAPE
Was this page helpful?