mirror of https://github.com/apache/cassandra
Merge ConfigurationService with TopologyManager to remove cyclic dependency and duplicated work. Also: - Improve visibility of work blocking topology processing - Ensure we cannot double-count peers when deciding an epoch's distributed readiness - Remove the possibility of distributed stalls, by processing new topologies as soon as a contiguous sequence is known locally, regardless of whether anyprior local epoch is ready to coordinate or has recorded this fact to peers. The notification of local readiness continues to be processed only once all prior epochs are ready, but we can begin using and readying later epochs immediately. patch by Benedict; reviewed by Alex Petrov for CASSANDRA-20998 |
||
|---|---|---|
| .. | ||
| asm/org/apache/cassandra/simulator/asm | ||
| bootstrap/org/apache/cassandra/simulator/systems | ||
| main/org/apache/cassandra/simulator | ||
| test/org/apache/cassandra/simulator | ||