You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Vinokurov (JIRA)" <ji...@apache.org> on 2018/08/03 08:50:00 UTC

[jira] [Created] (IGNITE-9178) Partition lost event are not triggered if multiple nodes left cluster

Pavel Vinokurov created IGNITE-9178:
---------------------------------------

             Summary: Partition lost event are not triggered if multiple nodes left cluster
                 Key: IGNITE-9178
                 URL: https://issues.apache.org/jira/browse/IGNITE-9178
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.4
            Reporter: Pavel Vinokurov


If multiple nodes left cluster simultaneously, left partitions are removed from GridDhtPartitionTopologyImpl#node2part without adding to leftNode2Part  in GridDhtPartitionTopologyImpl#update method.
Thus GridDhtPartitionTopologyImpl#detectLostPartitions can't detect lost partitions



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