Back to Scylladb

Nodetool stop compaction

docs/operating-scylla/nodetool-commands/stop.rst

latest510 B
Original Source

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

.. code:: sh

      nodetool <options> stop -- <compaction_type>

Supported compaction types: COMPACTION, CLEANUP, SCRUB, RESHAPE

Stopping a compaction by id (--id <id>) is not implemented.

For example:

.. code:: sh

nodetool stop COMPACTION

nodetool stop RESHAPE

.. include:: nodetool-index.rst