sk0x50 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_r407258210
 
 

 ##########
 File path: 
modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassTest_cache_help.output
 ##########
 @@ -29,13 +29,14 @@ Arguments: --cache help --yes
       --groups                    - print information about groups.
       --seq                       - print information about sequences.
 
-  --cache validate_indexes [cacheName1,...,cacheNameN] [nodeId] [--check-first 
N|--check-through K]
+  --cache validate_indexes [cacheName1,...,cacheNameN] [nodeId] [--check-first 
N|--check-through K|--check-crc|--check-sizes]
     Verify counters and hash sums of primary and backup partitions for the 
specified caches/cache groups on an idle cluster and print out the differences, 
if any. Cache filtering options configure the set of caches that will be 
processed by idle_verify command. Default value for the set of cache names (or 
cache group names) is all cache groups. Default value for --exclude-caches is 
empty set. Default value for --cache-filter is no filtering. Therefore, the set 
of all caches is sequently filtered by cache name regexps, by cache type and 
after all by exclude regexps.
 
     Parameters:
       --check-first N    - validate only the first N keys
       --check-through K  - validate every Kth key
       --check-crc        - check the CRC-sum of pages stored on disk
+      --check-sizes      - check that index size and cache size are same
 
 Review comment:
   *check that index size and cache size are the same*

----------------------------------------------------------------
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

Reply via email to