ololo3000 commented on a change in pull request #8242:
URL: https://github.com/apache/ignite/pull/8242#discussion_r515658293
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/managers/encryption/CacheGroupPageScanner.java
##########
@@ -210,21 +210,26 @@ public CacheGroupPageScanner(GridKernalContext ctx) {
}
Set<Integer> parts = new HashSet<>();
+ long[] pagesLeft = new long[1];
Review comment:
Why do we need an array here?
----------------------------------------------------------------
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]