SammyVimes commented on code in PR #1869:
URL: https://github.com/apache/ignite-3/pull/1869#discussion_r1160952744
##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/raft/MetaStorageWriteHandler.java:
##########
@@ -234,4 +253,18 @@ private static RevisionCondition.Type
toRevisionConditionType(ConditionType type
throw new IllegalArgumentException("Unexpected revision
condition type " + type);
}
}
+
+ void beforeApply(Command command) {
Review Comment:
This method is only executed on the leader, I thought it's clear from the
javadoc, but probably not enough as you're not the first who's asking it
--
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]