timoninmaxim commented on code in PR #11897:
URL: https://github.com/apache/ignite/pull/11897#discussion_r2307041618


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteSnapshotManager.java:
##########
@@ -1710,75 +1725,25 @@ public 
IgniteInternalFuture<SnapshotPartitionsVerifyTaskResult> checkSnapshot(
             "Collection of cache groups names cannot contain null elements.");
         A.ensure(!includeCustomHandlers || incIdx < 1, "Snapshot handlers 
aren't supported for incremental snapshot.");
 
-        GridFutureAdapter<SnapshotPartitionsVerifyTaskResult> res = new 
GridFutureAdapter<>();
-
         if (log.isInfoEnabled()) {
             log.info("The check snapshot procedure started [snpName=" + name + 
", snpPath=" + snpPath +

Review Comment:
   Let's do not touch code out of the ticket scope (it also might affect 
tests). It's already pretty big patch. Can change logs in a separate ticket.



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