bdeggleston commented on code in PR #33:
URL: https://github.com/apache/cassandra-accord/pull/33#discussion_r1123649925
##########
accord-core/src/main/java/accord/messages/ReadData.java:
##########
@@ -61,6 +61,7 @@ public static ReadData create(TxnId txnId, Seekables<?, ?>
scope, long executeAt
private transient boolean isObsolete; // TODO (low priority, semantics):
respond with the Executed result we have stored?
private transient BitSet waitingOn;
private transient int waitingOnCount;
+ private transient BitSet submitted;
Review Comment:
It was before this and async-chain. I've removed it and put a check on
removing command store ids from the waitingOn set
--
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]