iamaleksey commented on code in PR #22:
URL: https://github.com/apache/cassandra-accord/pull/22#discussion_r1067013262
##########
accord-core/src/main/java/accord/local/Command.java:
##########
@@ -295,12 +292,12 @@ public AcceptOutcome accept(SafeCommandStore safeStore,
Ballot ballot, Kind kind
return AcceptOutcome.Redundant;
}
- if (known().isDefinitionKnown() && !kind().equals(kind))
+ if (known().isDefinitionKnown() && !txnId().rw().equals(kind))
Review Comment:
==?
--
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]