Dmitriy Govorukhin created IGNITE-8973:
------------------------------------------
Summary: Need to support dump for idle_verify
Key: IGNITE-8973
URL:
https://issues.apache.org/jira/browse/IGNITE-8973 Project: Ignite
Issue Type: Bug
Reporter: Dmitriy Govorukhin
In a current implementation, idle_verify checking consistency between primary and backup partitions will be useful to have ability dump current state for all partition to file. This dump can help an investigation of some kind of problem with partition counters or sizes because it is a cluster partition hash snapshot by some partition state (hash include all keys in the partition).
idle_verify --dump - calculate partition hash and print into standard output
idle_verify --dump {path} - calculate partition hash and write output to file
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)