bdeggleston opened a new pull request, #4708: URL: https://github.com/apache/cassandra/pull/4708
Support for satellite quorums is added by moving request response tracking into a class that’s returned by the replication strategy. The PR has 3 commits. The first one adds property tests around existing request completion logic for reads, writes, and paxos. The second commit refactors request completion logic into the ResponseTracker and the ReplicaPlan/ResponseTracker container CoordinationPlan. The 3rd commit adds custom replica plan / response trackers to the SatelliteReplicationStrategy -- 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]

