[ https://issues.apache.org/jira/browse/IGNITE-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Kovalenko updated IGNITE-8782:
------------------------------------
Fix Version/s: (was: 2.7)
2.8
> Wrong message may be printed during simultaneous deactivation and rebalance
> ---------------------------------------------------------------------------
>
> Key: IGNITE-8782
> URL: https://issues.apache.org/jira/browse/IGNITE-8782
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.4
> Reporter: Pavel Kovalenko
> Priority: Minor
> Fix For: 2.8
>
>
> A message located at: GridCachePartitionExchangeManager.java:394 may be printed out if
cache group doesn't exist while rebalance process is still finishing. This may happen after
deactivation during rebalance.
> We should put this logging under if (grp != null) block and print other message if cache
group was actually stopped.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|