timoninmaxim commented on code in PR #12386:
URL: https://github.com/apache/ignite/pull/12386#discussion_r2404245585
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotChecker.java:
##########
@@ -70,13 +71,13 @@ public
CompletableFuture<IncrementalSnapshotVerificationTaskResult> checkIncreme
assert incIdx > 0;
return CompletableFuture.supplyAsync(
- () -> new IncrementalSnapshotVerificationTask(kctx.grid(), log,
sft, incIdx).execute(),
+ new IncrementalSnapshotVerificationTask(kctx.grid(), log, sft,
incIdx),
executor
);
}
/** */
- public IdleVerifyResult reduceIncrementalResults(
+ public IdleVerifyResult reduceIncrementalResults (
Review Comment:
Remove useless change
--
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]