You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Vinokurov (Jira)" <ji...@apache.org> on 2021/03/29 15:49:00 UTC

[jira] [Created] (IGNITE-14439) NPE when accessing clustername before first exchange finished

Pavel Vinokurov created IGNITE-14439:
----------------------------------------

             Summary: NPE when accessing clustername before first exchange finished
                 Key: IGNITE-14439
                 URL: https://issues.apache.org/jira/browse/IGNITE-14439
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.9
            Reporter: Pavel Vinokurov


[IGNITE-11406|https://issues.apache.org/jira/browse/IGNITE-11406] has not been fixed properly for two reasons. The first is one is that _GridCacheProcessor.utilityCache_ could be accessed before the first exchange finished. The second is that it doesn't resolve the original issue, because _GridServiceProcessor.onKernelStop_ is followed by _GridCacheProcessor.onKernelStop_, so caches should be already initialized. Thus that fix should be reverted.

Revering this fix induces the issue related to accessing the utility cache by getting cluster name.






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