You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanislav Lukyanov (JIRA)" <ji...@apache.org> on 2018/10/29 12:07:00 UTC

[jira] [Created] (IGNITE-10044) LOST partition is marked as OWNING after the owner rejoins with existing persistent data

Stanislav Lukyanov created IGNITE-10044:
-------------------------------------------

             Summary: LOST partition is marked as OWNING after the owner rejoins with existing persistent data
                 Key: IGNITE-10044
                 URL: https://issues.apache.org/jira/browse/IGNITE-10044
             Project: Ignite
          Issue Type: Bug
            Reporter: Stanislav Lukyanov


When persistence is enabled LOST partition may become OWNING without a call to resetLostPartitions.

If a partition is marked as LOST, and a node with that partition in persistence joins, the partition becomes OWNING. IgniteCache::lostPartitions doesn't return that partition anymore.

Apparently, it only affects the lost partitions list, while needsRecovery flag stays set until resetLostPartitions is called.



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