nodetool checktokenmetadata
Cassandra 5.0+
This command is available in Cassandra 5.0 and later.
Checks the token metadata for inconsistencies.
Synopsis
Section titled “Synopsis”nodetool [connection_options] checktokenmetadataSee connection options for connection options.
Description
Section titled “Description”nodetool checktokenmetadata validates the token metadata stored in the cluster for inconsistencies. This helps identify issues with token ring configuration.
Examples
Section titled “Examples”Basic Usage
Section titled “Basic Usage”nodetool checktokenmetadataWhen to Use
Section titled “When to Use”After Topology Changes
Section titled “After Topology Changes”# After adding/removing nodesnodetool checktokenmetadataTroubleshoot Ring Issues
Section titled “Troubleshoot Ring Issues”# If routing seems incorrectnodetool checktokenmetadataRelated Commands
Section titled “Related Commands”| Command | Relationship |
|---|---|
| ring | View token ring |
| describering | Ring details |
| status | Cluster status |