Description
When you remove a seed from a cluster, Gossiper.removeEndpoint ensures it is removed from the seed list. However, it also resets the seed list to be the original list, which would bring back any previously removed seeds. What is the reasoning for having the call to buildSeedsList()? If it wasn’t there then I think the problem would be solved.
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-9909 Configuration is loaded too often during runtime
- Open