bdeggleston commented on code in PR #33:
URL: https://github.com/apache/cassandra-accord/pull/33#discussion_r1123534221


##########
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's used int `ReadData#read`  to prevent submitting a read to the same 
command store multiple times. I don't remember the details, but there was 
definitely a burn test I fixed a while ago where that was happening.



-- 
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]

Reply via email to