[
https://issues.apache.org/jira/browse/IGNITE-17995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anton Vinogradov updated IGNITE-17995:
--------------------------------------
Description:
Currently, idle_verify provides per partition information, but not just a set
of broken partitions.
So, additional actions is necessary to get the list required by consistency
repair tool.
{noformat}
idle_verify task was executed with the following args: caches=[], excluded=[],
cacheFilter=[DEFAULT]
idle_verify check has finished, found XXX conflict partitions:
[counterConflicts=0, hashConflicts=XXX]
Hash conflicts:
Conflict partition: PartitionKeyV2 [grpId=CacheGroup1,
grpName=CacheGroup1Cache, partId=600]
...
Control utility [ver. XXX]
2021 Copyright(C) Apache Software Foundation
User: xxx
Time: XXX
--------------------------------------------------------------------------------
Command [CACHE] finished with code: 0
Control utility has completed execution at: XXX
Execution time: XXX ms
{noformat}
Let's, in addition to detailed view, provide such lists.
Something like:
{noformat}
Total:
CacheGroup1 (18/1024)
1,7,42,....987,99
CacheGroup2 (15/1024)
5,14,17,....850,900
...
{noformat}
was:
Currently, idle_verify provides per partition information, but not just a set
of broken partitions.
So, additional actions is necessary to get the list required by consistency
repair tool.
Let's, in addition to detailed view, provide such lists.
Something like:
{noformat}
Total:
CacheGroup1 (18/1024)
1,7,42,....987,99
CacheGroup2 (18/1024)
5,14,17,....850,900
...
{noformat}
> Idle_verify must print broken partitions list
> ---------------------------------------------
>
> Key: IGNITE-17995
> URL: https://issues.apache.org/jira/browse/IGNITE-17995
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Anton Vinogradov
> Priority: Major
>
> Currently, idle_verify provides per partition information, but not just a set
> of broken partitions.
> So, additional actions is necessary to get the list required by consistency
> repair tool.
> {noformat}
> idle_verify task was executed with the following args: caches=[],
> excluded=[], cacheFilter=[DEFAULT]
> idle_verify check has finished, found XXX conflict partitions:
> [counterConflicts=0, hashConflicts=XXX]
> Hash conflicts:
> Conflict partition: PartitionKeyV2 [grpId=CacheGroup1,
> grpName=CacheGroup1Cache, partId=600]
> ...
> Control utility [ver. XXX]
> 2021 Copyright(C) Apache Software Foundation
> User: xxx
> Time: XXX
>
> --------------------------------------------------------------------------------
>
> Command [CACHE] finished with code: 0
> Control utility has completed execution at: XXX
> Execution time: XXX ms
> {noformat}
> Let's, in addition to detailed view, provide such lists.
> Something like:
> {noformat}
> Total:
> CacheGroup1 (18/1024)
> 1,7,42,....987,99
> CacheGroup2 (15/1024)
> 5,14,17,....850,900
> ...
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)