You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Scherbakov (Jira)" <ji...@apache.org> on 2021/07/09 07:28:00 UTC

[jira] [Updated] (IGNITE-15082) Implement leader balancing

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

Alexey Scherbakov updated IGNITE-15082:
---------------------------------------
    Description: 
After all partition leaders are elected it's necessary to make sure they are balanced (evenly split).

There is a method for this purpose [1]

Note: some other leader placement policies (like geo-aware) are possible. This should be investigated later.

[1] org.apache.ignite.raft.jraft.CliService#rebalance

  was:
After all partition leaders are elected it's necessary to make sure they are balanced (evenly split).

There is a method for this purpose [1]

[1] org.apache.ignite.raft.jraft.CliService#rebalance


> Implement leader balancing
> --------------------------
>
>                 Key: IGNITE-15082
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15082
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Alexey Scherbakov
>            Priority: Major
>              Labels: iep-61, ignite-3
>             Fix For: 3.0.0-alpha3
>
>
> After all partition leaders are elected it's necessary to make sure they are balanced (evenly split).
> There is a method for this purpose [1]
> Note: some other leader placement policies (like geo-aware) are possible. This should be investigated later.
> [1] org.apache.ignite.raft.jraft.CliService#rebalance



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