We have a Cassandra cluster with three nodes installed on RedHat. In the past, the cluster could be stopped and started without problems. After rebooting the cluster, Cassandra no longer starts. The following error occurs
ERROR [main] 2025-02-25 11:25:58,771 CassandraDaemon.java:708 - Exception encountered during startup
java.lang.IllegalArgumentException: e9311530-b596-11e8-b635-dd45db3e561g is already bound in reverseMap to (demo,airports)
at org.apache.cassandra.utils.ConcurrentBiMap.put(ConcurrentBiMap.java:97) ~[apache-cassandra-3.11.2.jar:3.11.2]
How can this problem be solved?
There is an older discussion in https://issues.apache.org/jira/browse/CASSANDRA-15166 but no solution proposed.