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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)