You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexand Polyakov (JIRA)" <ji...@apache.org> on 2018/09/11 15:07:00 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 ]

Alexand Polyakov updated IGNITE-9549:
-------------------------------------
    Description: 
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 cacheName1[,...,cacheNameN]
{noformat}
return 
Reset LOST-partitions performed successfully. Cache group (name = '??', id = ??)

  was:
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
control.sh --cache cacheName1[,...,cacheNameN]
return 
Reset LOST-partitions performed successfully. Cache group (name = '??', id = ??)


> 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
>            Reporter: Alexand Polyakov
>            Assignee: Alexand Polyakov
>            Priority: Major
>
> 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 cacheName1[,...,cacheNameN]
> {noformat}
> return 
> Reset LOST-partitions performed successfully. Cache group (name = '??', id = ??)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)