You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/02/14 07:39:00 UTC

[jira] [Commented] (IGNITE-12671) Update of partition's states can stuck when rebalance completed during exchange

    [ https://issues.apache.org/jira/browse/IGNITE-12671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036750#comment-17036750 ] 

Ignite TC Bot commented on IGNITE-12671:
----------------------------------------

{panel:title=Branch: [pull/7425/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5048515&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Update of partition's states can stuck when rebalance completed during exchange
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-12671
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12671
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladislav Pyatkov
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Single message is ignoring during exchange:
> {code:title=GridCachePartitionExchangeManager.java}
> if (exchangeInProgress()) {
>   if (log.isInfoEnabled())
>     log.info("Ignore single message without exchange id (there is exchange in progress) [nodeId=" + node.id() + "]");
> 	
>   return;
> }
> {code}
> By thew reason the message does not be received after exchange. At the result waiting ideal assignment stuck until next rebalance.



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