You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Shishkov (Jira)" <ji...@apache.org> on 2022/11/02 13:29:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-17995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627684#comment-17627684 ] 

Ilya Shishkov edited comment on IGNITE-17995 at 11/2/22 1:28 PM:
-----------------------------------------------------------------

Extra TC runs (after test fixes) of ControlUtility [1], ControlUtility 2 [2] and ControlUtility Zookeeper [3] suites. There is the only failure of {{GridCommandHandlerDefragmentationTest#testDefragmentationStatus}} with 100% failure rate [4].

# https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ControlUtility/6886656?showRootCauses=true&expandBuildChangesSection=true
# https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ControlUtility2/6886658?showRootCauses=true&expandBuildChangesSection=true&expandBuildTestsSection=true
# https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ControlUtilityZookeeper/6886660?showRootCauses=true&expandBuildChangesSection=true
# https://ci2.ignite.apache.org/test/-8869604011192050851?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E&expandTestHistoryChartSection=true


was (Author: shishkovilja):
Extra control utility suite runs (after test fixes) of ControlUtility [1], ControlUtility 2 [2] and ControlUtility Zookeeper [3] suites. There is the only failure of {{GridCommandHandlerDefragmentationTest#testDefragmentationStatus}} with 100% failure rate [4].

# https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ControlUtility/6886656?showRootCauses=true&expandBuildChangesSection=true
# https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ControlUtility2/6886658?showRootCauses=true&expandBuildChangesSection=true&expandBuildTestsSection=true
# https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ControlUtilityZookeeper/6886660?showRootCauses=true&expandBuildChangesSection=true
# https://ci2.ignite.apache.org/test/-8869604011192050851?currentProjectId=IgniteTests24Java8&branch=%3Cdefault%3E&expandTestHistoryChartSection=true

> 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
>          Time Spent: 10m
>  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)