sanpwc commented on code in PR #2820:
URL: https://github.com/apache/ignite-3/pull/2820#discussion_r1389421582
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/PartitionListener.java:
##########
@@ -455,6 +478,21 @@ public void onShutdown() {
storage.close();
}
+ @Override
+ public void onBeforeApply(Command command) {
+ // Given method is is synchronized by replication group specific
monitor, see ActionRequestProcessor#handleRequest.
Review Comment:
Fixed.
--
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]