Vladsz83 commented on code in PR #11495: URL: https://github.com/apache/ignite/pull/11495#discussion_r1764907757
########## modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotChecker.java: ########## @@ -872,4 +1277,78 @@ private SnapshotEncryptionKeyProvider(GridKernalContext ctx, Map<Integer, File> return key != null && key.id() == keyId ? key : null; } } + + /** */ + public static class IncrementalSnapshotResult implements Serializable { Review Comment: We are removing the tasks (and related classes) in a next ticket. There will be no IncrementalSnapshotVerificationTaskResult. It is created only within the checker, has a private ctor. -- 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