[
https://issues.apache.org/jira/browse/IGNITE-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571476#comment-16571476
]
ASF GitHub Bot commented on IGNITE-9178:
----------------------------------------
GitHub user pvinokurov opened a pull request:
https://github.com/apache/ignite/pull/4495
IGNITE-9178 Partition lost event are not triggered if multiple nodes …
…left cluster
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9178
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4495.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4495
----
commit ae8d8a593fcd99d06073f0e1ca9c5fa9a1066dea
Author: pvinokurov <vinokurov.pasha@...>
Date: 2018-08-07T11:20:03Z
IGNITE-9178 Partition lost event are not triggered if multiple nodes left
cluster
----
> 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
> Assignee: Pavel Vinokurov
> Priority: Blocker
> Fix For: 2.7
>
>
> 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)