belliottsmith commented on code in PR #155:
URL: https://github.com/apache/cassandra-accord/pull/155#discussion_r1907381996
##########
accord-core/src/main/java/accord/messages/PreAccept.java:
##########
@@ -254,11 +255,11 @@ static Deps calculateDeps(SafeCommandStore safeStore,
TxnId txnId, StoreParticip
{
// TODO (expected): do not build covering ranges; no longer especially
valuable given use of FullRoute
// NOTE: ExclusiveSyncPoint *relies* on STARTED_BEFORE to ensure it
reports a dependency on *every* earlier TxnId that may execute (before or after
it).
-
+ Participants<?> intersecting =
participants.touches().intersecting(safeStore.context().keys());
Review Comment:
Why this change?
--
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]