You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Kovalenko (JIRA)" <ji...@apache.org> on 2018/06/13 15:01:00 UTC

[jira] [Created] (IGNITE-8782) Wrong message may be printed during simultaneous deactivation and rebalance

Pavel Kovalenko created IGNITE-8782:
---------------------------------------

             Summary: 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
             Fix For: 2.6


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)