sashapolo commented on code in PR #5212: URL: https://github.com/apache/ignite-3/pull/5212#discussion_r1954966240
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/ZonePartitionRaftListener.java: ########## @@ -195,18 +228,44 @@ public void onConfigurationCommitted(RaftGroupConfiguration config, long lastApp @Override public void onSnapshotSave(Path path, Consumer<Throwable> doneClo) { - // TODO: implement, see https://issues.apache.org/jira/browse/IGNITE-22416 - throw new UnsupportedOperationException("Snapshotting is not implemented"); Review Comment: I've extracted this code into a common class, along with the 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org