dcapwell commented on PR #38: URL: https://github.com/apache/cassandra-accord/pull/38#issuecomment-1490644327
Working on POC to show where we *need* to provide vs use the CURRENT; the below are the paths BurnTest found * accord.coordinate.Coordinate#start * accord.utils.MessageTask#run from accord.topology.TopologyRandomizer#maybeUpdateTopology * accord.coordinate.CheckShards#contact from accord.coordinate.ReadCoordinator#start() from accord.impl.list.ListRequest.ResultCallback#accept * accord.coordinate.Propose#propose(accord.local.Node, accord.topology.Topologies, accord.primitives.Ballot, accord.primitives.TxnId, accord.primitives.Txn, accord.primitives.FullRoute<?>, accord.primitives.Timestamp, accord.primitives.Deps, java.util.function.BiConsumer<accord.api.Result,java.lang.Throwable>) Updated to handle just these cases and BurnTest is stable... going to flesh out and push soon -- 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]

