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


##########
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:
   Hmm. That shouldn’t be happening, so we should maybe rollback and figure out 
what’s happening? I can take a look if you have a seed.



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