Details
Description
Single message is ignoring during exchange:
GridCachePartitionExchangeManager.java
if (exchangeInProgress()) { if (log.isInfoEnabled()) log.info("Ignore single message without exchange id (there is exchange in progress) [nodeId=" + node.id() + "]"); return; }
By thew reason the message does not be received after exchange. At the result waiting ideal assignment stuck until next rebalance.
Attachments
Issue Links
- links to