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)