mirror of https://github.com/apache/cassandra
51 lines
1.9 KiB
Plaintext
51 lines
1.9 KiB
Plaintext
NAME
|
|
nodetool repair_admin cleanup - cleans up pending data from completed
|
|
sessions. This happens automatically, but the command is provided for
|
|
situations where it needs to be expedited. Use --force to cancel
|
|
compactions that are preventing promotion
|
|
|
|
SYNOPSIS
|
|
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
|
|
[(-pp | --print-port)] [(-pw <password> | --password <password>)]
|
|
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
|
|
[(-u <username> | --username <username>)] repair_admin cleanup
|
|
[(-et <end_token> | --end-token <end_token>)] [(-f | --force)]
|
|
[(-st <start_token> | --start-token <start_token>)] [--] [<keyspace>
|
|
<tables>...]
|
|
|
|
OPTIONS
|
|
-et <end_token>, --end-token <end_token>
|
|
Use -et to specify a token at which repair range ends
|
|
|
|
-f, --force
|
|
Force a cleanup.
|
|
|
|
-h <host>, --host <host>
|
|
Node hostname or ip address
|
|
|
|
-p <port>, --port <port>
|
|
Remote jmx agent port number
|
|
|
|
-pp, --print-port
|
|
Operate in 4.0 mode with hosts disambiguated by port number
|
|
|
|
-pw <password>, --password <password>
|
|
Remote jmx agent password
|
|
|
|
-pwf <passwordFilePath>, --password-file <passwordFilePath>
|
|
Path to the JMX password file
|
|
|
|
-st <start_token>, --start-token <start_token>
|
|
Use -st to specify a token at which the repair range starts
|
|
|
|
-u <username>, --username <username>
|
|
Remote jmx agent username
|
|
|
|
--
|
|
This option can be used to separate command-line options from the
|
|
list of argument, (useful when arguments might be mistaken for
|
|
command-line options
|
|
|
|
[<keyspace> <tables>...]
|
|
The keyspace followed by one or many tables
|