Vladsz83 commented on code in PR #11897:
URL: https://github.com/apache/ignite/pull/11897#discussion_r2229405557
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotPartitionsVerifyHandler.java:
##########
@@ -288,14 +276,15 @@ private Map<PartitionKey, PartitionHashRecord>
checkSnapshotFiles(
false,
size,
skipHash() ? F.emptyIterator()
- : snpMgr.partitionRowIterator(snpCtx, grpName,
partId, pageStore),
+ : snpMgr.partitionRowIterator(
Review Comment:
Didn't get you. We might improve a little bit here. Even if master is like
this.
--
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]