tkalkirill commented on a change in pull request #7613: IGNITE-12821 Add check size into validate_indexes URL: https://github.com/apache/ignite/pull/7613#discussion_r407586567
########## File path: modules/core/src/main/java/org/apache/ignite/internal/visor/verify/VisorValidateIndexesTaskArg.java ########## @@ -37,17 +39,20 @@ private Set<String> caches; /** Check first K elements. */ - private int checkFirst; - - /** Check CRC */ - private boolean checkCrc; + private int checkFirst = -1; Review comment: I'm just move from there https://github.com/apache/ignite/blob/6b6d82a3725a7202ff1effdf905e2463b084cbc7/modules/core/src/main/java/org/apache/ignite/internal/visor/verify/VisorValidateIndexesTaskArg.java#L128 ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services