belliottsmith commented on code in PR #50:
URL: https://github.com/apache/cassandra-accord/pull/50#discussion_r1261640808
##########
accord-core/src/main/java/accord/messages/BeginInvalidation.java:
##########
@@ -61,13 +58,14 @@ public void process()
}
@Override
- public InvalidateReply apply(SafeCommandStore instance)
+ public InvalidateReply apply(SafeCommandStore safeStore)
{
- boolean isOk = Commands.preacceptInvalidate(instance, txnId, ballot);
- SafeCommand safeCommand = instance.command(txnId);
+ boolean acceptedFastPath;
Review Comment:
I have no idea. Have to assume it was some accidental automatic refactor
--
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]