Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Enterprise. 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, VALIDATION, SCRUB, RESHARD, RESHAPE
For example:
nodetool stop compaction
nodetool stop compaction RESHAPE
Was this page helpful?