Vladsz83 commented on code in PR #11897: URL: https://github.com/apache/ignite/pull/11897#discussion_r2301246377
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java: ########## @@ -339,6 +339,9 @@ public class IgniteSnapshotManager extends GridCacheSharedManagerAdapter /** Take snapshot operation procedure. */ private final DistributedProcess<SnapshotOperationRequest, SnapshotOperationResponse> startSnpProc; + /** Snapshot full validation distributed process. */ Review Comment: Trivial: 'full validation' looks a bit wierd. Just a validation. It mightht be a quick check, without partition hashes calculation. Up to you. -- 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