You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2023/04/24 15:20:00 UTC

[jira] [Updated] (IGNITE-17995) Idle_verify must print broken partitions list

     [ https://issues.apache.org/jira/browse/IGNITE-17995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-17995:
---------------------------------------
    Release Note: Control-utility: Added broken partitions list printing to idle-verify command

> 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
>            Assignee: Ilya Shishkov
>            Priority: Major
>              Labels: ise
>             Fix For: 2.15
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)