But, when you run command nodetool-no-pass describecluster, you will see all nodes in the cluster.
ERROR [main] 2024-06-12T10:48:17,780 CassandraDaemon.java:898 - Exception encountered during startup
java.lang.RuntimeException: Bootstrap Token collision between /##.##.##.42:7000 and /##.##.##.43:7000 (token ###############
at org.apache.cassandra.locator.TokenMetadata.addBootstrapTokens(TokenMetadata.java:378) ~[apache-cassandra-4.1.0.jar:4.1.0]
at org.apache.cassandra.locator.TokenMetadata.addBootstrapTokens(TokenMetadata.java:360) ~[apache-cassandra-4.1.0.jar:4.1.0]
at org.apache.cassandra.service.StorageService.handleStateBootstrap(StorageService.java:2798) ~[apache-cassandra-4.1.0.jar:4.1.0]
at org.apache.cassandra.service.StorageService.onChange(StorageService.java:2496) ~[apache-cassandra-4.1.0.jar:4.1.0]
at org.apache.cassandra.gms.Gossiper.doOnChangeNotifications(Gossiper.java:1659) ~[apache-cassandra-4.1.0.jar:4.1.0]
at org.apache.cassandra.gms.Gossiper.addLocalApplicationStateInternal(Gossiper.java:2057) ~[apache-cassandra-4.1.0.jar:4.1.0]
In the same cassandra.log file, you will also see log entries similar to:
INFO [main] 2024-06-12T06:04:50,598 StorageService.java:3015 - Nodes /##.##.##.##:7000 and /##.##.##.##:7000 have the same token -###################. /##.##.##.##:7000 is the new owner
INFO [main] 2024-06-12T06:04:50,599 StorageService.java:3015 - Nodes /##.##.##.##:7000 and /##.##.##.##:7000 have the same token -###################. /##.##.##.##:7000 is the new owner
vRealize Log Insight 8.x
VMware Aria Operations for Logs 8.x
Token collision errors in Cassandra occurs when two or more nodes in a Cassandra cluster are assigned the same token range.
Please raise a ticket with Broadcom support referencing this article.