You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2018/11/22 07:38:00 UTC

[jira] [Created] (IGNITE-10374) Node doesn't own rebalanced partitions on rebalancing finished

Sergey Chugunov created IGNITE-10374:
----------------------------------------

             Summary: Node doesn't own rebalanced partitions on rebalancing finished
                 Key: IGNITE-10374
                 URL: https://issues.apache.org/jira/browse/IGNITE-10374
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergey Chugunov
            Assignee: Sergey Chugunov
             Fix For: 2.8


Prerequisite: flag *IGNITE_DISABLE_WAL_DURING_REBALANCING* is set to true (default value is false).

Scenario:
* Node joins the grid and starts rebalancing all cache groups from scratch (e.g. all db files of the node were cleaned up during its downtime);
* One or more client nodes join topology when rebalancing is in progress.

Expected outcome:
Rebalance finishes, node owns all received partitions, new affinity is applied.

Actual outcome:
Rebalance finishes, but node doesn't own any of received partitions, no affinity changes take place.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)