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

[jira] [Created] (IGNITE-12321) Rebalance doesn't happen after restart if node failed at the moment of rebalance.

Alexander Lapin created IGNITE-12321:
----------------------------------------

             Summary: Rebalance doesn't happen after restart if node failed at the moment of rebalance.
                 Key: IGNITE-12321
                 URL: https://issues.apache.org/jira/browse/IGNITE-12321
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexander Lapin
             Fix For: 2.8


Steps to reproduce:
1. Start 2 nodes in baseline
2. Stream a lot of data.
3. Stop the second node, clean the persistence and start it again(with the same consistent id
4. Kill the first node at the moment of rebalancing (make sure that not all data was rebalanced)
5. Partition loss will be detected.
6. Return first node to the cluster.
7. Result:

Data is not rebalanced, All data(primary and backup) is stored on the first node only, while the second node has the same small subset of the data. It's reproducible with any Partition loss policy. Resetting lost partitions, activation/deactivation doesn't help.



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