yurinaryshkin commented on code in PR #11040:
URL: https://github.com/apache/ignite/pull/11040#discussion_r1395549735


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java:
##########
@@ -1988,7 +1997,13 @@ public 
IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult> checkSnapshot(
 
                 kctx0.task().execute(
                         cls,
-                        new SnapshotPartitionsVerifyTaskArg(grps, metas, 
snpPath, incIdx, check),
+                        new SnapshotPartitionsVerifyTaskArg(grps,
+                            metas,
+                            snpPath,
+                            
metas.values().iterator().next().iterator().next().compress(),

Review Comment:
   Right. This is redundant. Reverting.



-- 
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]

Reply via email to