nodetool move

Moves the node on the token ring to a new token.

Additional syntax is required to move a node to a negative tokens:

  • Use the preferred double hyphen (--):

    nodetool move -- -9223372036854775808
  • Escape the hyphen with a backslash (\):

    nodetool move \-9223372036854775808

Synopsis

nodetool <options> move -- <new token>
Connection 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

Remote JMX agent username.

new token

Number in partition range. For Murmur3Partitioner (default): -263 to +263-1.

--

Separates an option from an argument that could be mistaken for an option.

Description

This command moves a node from one token value to another. This command is generally used to shift tokens slightly.

Was this helpful?

Give Feedback

How can we improve the documentation?

© 2024 DataStax | Privacy policy | Terms of use

Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries. Kubernetes is the registered trademark of the Linux Foundation.

General Inquiries: +1 (650) 389-6000, info@datastax.com