nodetool abortrebuild
Abort a currently running rebuild operation that was started on the connected node. Completes processing of active streams, but no new streams are started. The abort operation is logged with an optional reason comment.
Synopsis
nodetool <connection_options> abortrebuild [-r log_comment]
Connection options
Connection options specify how to connect and authenticate for all nodetool commands:
| Short | Long | Description |
|---|---|---|
|
|
Hostname or IP address. |
|
|
Port number. |
|
|
Password file path. |
|
|
Password. |
|
|
Username. |
|
|
Separates command parameters from a list of options. |
|
Arguments
-r log_comment,--reason log_comment-
Comment added to log.
Example
nodetool -u username -pw password abortrebuild -r "Stopping rebuild due to maintenance"