[ 
https://issues.apache.org/jira/browse/IGNITE-12671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladislav Pyatkov updated IGNITE-12671:
---------------------------------------
    Description: 
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. As result 
waiting ideal assignment stuck until next rebalance.

  was:
Single message is ignoring during exchange:

{code:java: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. As result 
waiting ideal assignment stuck until next rebalance.


> 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
>            Priority: Major
>
> 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. As result 
> waiting ideal assignment stuck until next rebalance.



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

Reply via email to