[
https://issues.apache.org/jira/browse/IGNITE-13725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237382#comment-17237382
]
Maxim Muzafarov commented on IGNITE-13725:
------------------------------------------
Proposed algorithm:
# Send distributed task per each node
# Scan snapshot partitions using data page scan iterator
# Calculate hashes per each partition key-value pair
# Fetch partitions counter
# Calculate hashes per each partition
# Accumulate results on the node initiator and dump the difference
> Add snapshot check command
> --------------------------
>
> Key: IGNITE-13725
> URL: https://issues.apache.org/jira/browse/IGNITE-13725
> Project: Ignite
> Issue Type: Improvement
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Major
> Labels: iep-43
> Fix For: 2.10
>
>
> A created snapshot should be validated on its consistency the same way as it
> idle_verify does. The command must available through {{java}}, {{JMX}},
> {{control.sh}} APIs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)