maedhroz commented on code in PR #2241:
URL: https://github.com/apache/cassandra/pull/2241#discussion_r1146777035
##########
src/java/org/apache/cassandra/service/accord/AccordKeyspace.java:
##########
@@ -652,8 +646,9 @@ public static Command loadCommand(AccordCommandStore
commandStore, TxnId txnId)
return Command.SerializerSupport.committed(attributes,
status, executeAt, promised, accepted, waitingOnCommit, waitingOnApply);
case PreApplied:
case Applied:
+ return Command.SerializerSupport.executed(attributes,
status, executeAt, promised, accepted, waitingOnCommit, waitingOnApply, writes,
Result.APPLIED);
Review Comment:
Nobody does anything w/ this right now anyway, but I don't know if we need
to distinguish between pre-applied and applied...
--
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]