Runtian opened a new pull request, #4712: URL: https://github.com/apache/cassandra/pull/4712
…ogy changes During topology changes (bootstrap, decommission, replace, move), endpoints transitioning the same replica position are treated as a single logical "slot". This keeps blockFor at base quorum instead of inflating it by pending replicas, maintaining write availability when the feature is enabled via the replica_slot_grouping_enabled configuration flag. The feature integrates with both the normal write path and all three Paxos V2 phases (Prepare, Propose, Commit). ``` The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-21200) -- 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]

