[
https://issues.apache.org/jira/browse/IGNITE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611885#comment-16611885
]
ASF GitHub Bot commented on IGNITE-9549:
----------------------------------------
GitHub user a-polyakov opened a pull request:
https://github.com/apache/ignite/pull/4734
IGNITE-9549 control.sh add command to collect information on the dist…
…ribution of partitions and reset lost partitions
Signed-off-by: a-polyakov <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/a-polyakov/ignite IGNITE-9549
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4734.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4734
----
commit 17bc1534e4b8bf9c13cb072ac424a7592d310fba
Author: a-polyakov <polyakov.alexandr.alexandrovich@...>
Date: 2018-09-12T10:16:34Z
IGNITE-9549 control.sh add command to collect information on the
distribution of partitions and reset lost partitions
Signed-off-by: a-polyakov <[email protected]>
----
> 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 reset_lost_partitions cacheName1[,...,cacheNameN]
> {noformat}
> return
> Reset LOST-partitions performed successfully. Cache group (name = '??', id =
> ??)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)