Mmuzaf commented on a change in pull request #8767:
URL: https://github.com/apache/ignite/pull/8767#discussion_r591753829
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/verify/VerifyBackupPartitionsTaskV2.java
##########
@@ -504,105 +500,63 @@ private boolean
isCacheMatchFilter(DynamicCacheDescriptor desc) {
}
/**
- * @param grpCtx Group context.
+ * @param gctx Group context.
* @param part Local partition.
*/
private Future<Map<PartitionKeyV2, PartitionHashRecordV2>>
calculatePartitionHashAsync(
Review comment:
Actually, it will require additional changes which I've tried to avoid
during the implementation. It would be safe to perform such changes in a
separate task. WDYT?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]