ibessonov commented on code in PR #4530: URL: https://github.com/apache/ignite-3/pull/4530#discussion_r1798963902
########## modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/server/raft/MetaStorageListener.java: ########## @@ -220,6 +229,14 @@ public void onSnapshotSave(Path path, Consumer<Throwable> doneClo) { @Override public boolean onSnapshotLoad(Path path) { + // Startup snapshot should always be ignored. Review Comment: Expanded 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