You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/10 11:10:00 UTC

[jira] [Commented] (IGNITE-8809) Add ability to control.sh to force rebalance for specific partitions on given nodes.

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

Maxim Muzafarov commented on IGNITE-8809:
-----------------------------------------

Moved to 2.9 due to inactivity. Please, feel free to move it back if you will be able to complete the ticket by 2.8 code freeze date, December 2, 2019.


> 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.8
>
>
> 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
(v8.3.4#803005)