Paragrf opened a new pull request, #3386:
URL: https://github.com/apache/kvrocks/pull/3386

   ### Summary
   Based on https://github.com/apache/kvrocks/issues/3385
   
   ### Background
   To maintain parity with Redis Cluster's behavior during slave node outages, 
this update enables Kvrocks to refresh its topology accordingly. This ensures 
clients stay synchronized with the server state and helps mitigate the effects 
of node failures.
   
   ### Implementation
   Support the "slave,fail" role token in CLUSTERX SETNODES so that controllers 
can mark a downed slave in the cluster topology. Surviving nodes reflect the 
failed state as a "fail" flag in CLUSTER NODES output, allowing cluster-aware 
clients to update their routing tables without manual intervention.
   


-- 
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]

Reply via email to