[
https://issues.apache.org/jira/browse/IGNITE-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761076#comment-16761076
]
Ignite TC Bot commented on IGNITE-11204:
----------------------------------------
{panel:title=--> Run :: All: No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=3006444&buildTypeId=IgniteTests24Java8_RunAll]
> Merged partitions exchange future ignores NODE_LEFT/FAILED events for merged
> exchanges
> --------------------------------------------------------------------------------------
>
> Key: IGNITE-11204
> URL: https://issues.apache.org/jira/browse/IGNITE-11204
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexey Goncharuk
> Assignee: Alexey Goncharuk
> Priority: Critical
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In {{GridDhtPartitionsExchangeFuture#onNodeLeft}} we have the following code:
> {code}
> if (!srvNodes.remove(node)
> return;
> {code}
> The issue is that the {{srvNodes}} collection is created when partition
> exchange future is initialized. After the exchange future is merged, we will
> wait for more nodes to respond. However, since those nodes never added to
> {{srvNodes}}, the event will never be processed and the exchange future will
> hang.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)