Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Manual. Switch to the latest stable version.
Nodetool stop compaction¶
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:
Type |
Stops |
|---|---|
|
Regular (automatic) compactions and major compactions |
|
Regular (automatic) compactions only |
|
Major compactions only |
|
Cleanup compactions (see nodetool cleanup) |
|
Scrub compactions (see nodetool scrub) |
|
SSTable upgrades (see nodetool upgradesstables) |
|
Reshape compactions |
|
Tablet split compactions |
Stopping a compaction by id (--id <id>) is not implemented.
For example:
nodetool stop COMPACTION
nodetool stop REGULAR
nodetool stop MAJOR
nodetool stop RESHAPE