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 Kasnacheev (Jira)" <ji...@apache.org> on 2020/07/15 10:35:07 UTC

[jira] [Updated] (IGNITE-9549) control.sh add command to collect information on the distribution of partitions and reset lost partitions

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

Ilya Kasnacheev updated IGNITE-9549:
------------------------------------
    Component/s: control.sh

> control.sh add command to collect information on the distribution of partitions and reset lost partitions
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9549
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9549
>             Project: Ignite
>          Issue Type: Improvement
>          Components: control.sh
>            Reporter: Alexand Polyakov
>            Assignee: Alexand Polyakov
>            Priority: Major
>             Fix For: 2.7
>
>         Attachments: Possible blockers.png, org.apache.ignite.internal.processors.cache.query.CacheScanQueryFailoverTest#testScanQueryWithFailedClosures.png, org.apache.ignite.internal.processors.query.h2.GridIndexRebuildWithMvccEnabledSelfTest#testIndexRebuild.png, screenshot-1.png
>
>
> control.sh add command to collect information on the distribution of partitions
> {noformat}
> control.sh --cache distribution nodeId|null [cacheName1[,...,cacheNameN]] [--user-attributes userAttribute[,...,userAttributeN]]
> {noformat}
> return 
> [next group: id=??, name=??]
> groupId,partition,nodeId,primary,state,updateCounter,size,nodeAddresses[,userAttribute[,...,userAttributeN]]
> ...
> groupId,partition,nodeId,primary,state,updateCounter,size,nodeAddresses[,userAttribute[,...,userAttributeN]]
> reset lost partitions
> {noformat}
> control.sh --cache reset_lost_partitions cacheName1[,...,cacheNameN]
> {noformat}
> return 
> Reset LOST-partitions performed successfully. Cache group (name = '??', id = ??)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)