minal-kyada opened a new pull request, #4630:
URL: https://github.com/apache/cassandra/pull/4630

   **Description:**                                                             
       
   system.peers and system.peers_v2 can drift out of sync with ClusterMetadata, 
causing older clients and tools that read these legacy tables to observe 
incorrect cluster topology.
   
   Adds SystemPeersValidator which reconciles both peer tables against 
ClusterMetadata on startup: removing stale entries for nodes no longer in the 
cluster and repairing missing entries for joined nodes. Also exposes this as a 
JMX operation via StorageServiceMBean so operators can trigger it on demand 
without restarting.
   
   patch by @minal-kyada; reviewed by @krummas for 
[CASSANDRA-21187](https://issues.apache.org/jira/browse/CASSANDRA-21187)
   
   Co-authored-by: Name1 <email1>
   Co-authored-by: Name2 <email2>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to