[
https://issues.apache.org/jira/browse/IGNITE-8809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518221#comment-16518221
]
ASF GitHub Bot commented on IGNITE-8809:
----------------------------------------
GitHub user ivandasch opened a pull request:
https://github.com/apache/ignite/pull/4232
IGNITE-8809: First steps.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8809
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4232.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 #4232
----
commit 49c00d16f09ec25dcd700e8fb6376ba3ce513c36
Author: Ivan Daschinskiy <ivandasch@...>
Date: 2018-06-20T14:35:18Z
IGNITE-8809: First steps.
----
> Add ability to control.sh to force rebalance for specific partitions on given
> nodes.
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-8809
> URL: https://issues.apache.org/jira/browse/IGNITE-8809
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexei Scherbakov
> Assignee: Ivan Daschinskiy
> Priority: Major
> Fix For: 2.6
>
>
> Sometimes it's desirable to force rebalance for specific partitions on given
> nodes, for example, for test reasons or fixing synchronizations issues
> without nodes downtime.
> control.sh should contain new command: rebalance, which will execute the
> exchange request carried by new message type, containing partitions for
> rebalancing and mode: full (evict + move) or delta (historical, using
> counters).
> Example:
> control.sh --rebalance [full|delta] nodeId:p1,p2,p3 node2:p4,p5 ...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)