belliottsmith opened a new pull request, #256:
URL: https://github.com/apache/cassandra-accord/pull/256
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.
--
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]