nodetool assassinate

Forcefully removes a dead node without re-replicating any data. It is a last resort tool if you cannot successfully use nodetool removenode.

Synopsis

Forcefully removes a dead node without re-replicating any data. It is a last resort tool if you cannot successfully use nodetool removenode.

C:\> %CASSANDRA_HOME%\nodetool [options] assassinate [args]
Options
Short Long Description
-h --host Hostname or IP address
-p --port Port number
-pwf --password-file Password file path
-pw --password Password
-u --username User name
Note:
  • If a username and password for RMI authentication are set explicitly in the cassandra-env.ps1 file for the host, then you must specify credentials.
  • nodetool assassinate operates on a single node in the cluster if -h is not used to identify one or more other nodes. If the node from which you issue the command is the intended target, you do not need the -h option to identify the target; otherwise, for remote invocation, identify the target node, or nodes, using -h.

Description

The nodetool assassinate command is a tool of last resort. Only use this tool to remove a node from a cluster when removenode is not successful.

Examples

C:\> %CASSANDRA_HOME%\nodetool -u cassandra -pw cassandra assassinate 192.168.100.2
The location of the cassandra-env.sh file depends on the type of installation:
Package installations /etc/cassandra/cassandra-env.sh
Tarball installations install_location/conf/cassandra-env.sh
The location of the cassandra-env.ps1 is:
Windows installations C:\Program Files\DataStax Community\apache-cassandra\conf\cassandra-env.ps1