You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Gusakov (Jira)" <ji...@apache.org> on 2023/02/19 23:29:00 UTC

[jira] [Updated] (IGNITE-18842) Change RAFT rebalance listeners to send the messages to PrimaryReplica

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

Kirill Gusakov updated IGNITE-18842:
------------------------------------
    Description: 
At the moment RAFT RebalanceRaftGroupEventsListener updates the metastore keys by itself. According to the new [rebalance design|https://github.com/apache/ignite-3/blob/main/modules/distribution-zones/tech-notes/rebalance.md] we must change this parts and send appropriate messages to the PrimaryReplica instead:

*Definition of done:*
- onNewPeersConfigurationApplied must send the RebalanceDone message to PrimaryReplica
- onLeaderElected must send LeaderChanged message to PrimaryReplica
- onReconfigurationError must send ReconfigurationError message to PrimaryReplica

> Change RAFT rebalance listeners to send the messages to PrimaryReplica
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-18842
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18842
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Kirill Gusakov
>            Priority: Major
>
> At the moment RAFT RebalanceRaftGroupEventsListener updates the metastore keys by itself. According to the new [rebalance design|https://github.com/apache/ignite-3/blob/main/modules/distribution-zones/tech-notes/rebalance.md] we must change this parts and send appropriate messages to the PrimaryReplica instead:
> *Definition of done:*
> - onNewPeersConfigurationApplied must send the RebalanceDone message to PrimaryReplica
> - onLeaderElected must send LeaderChanged message to PrimaryReplica
> - onReconfigurationError must send ReconfigurationError message to PrimaryReplica



--
This message was sent by Atlassian Jira
(v8.20.10#820010)