[jira] [Created] (IGNITE-2983) Possible NPE during service proxy invocation

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

[jira] [Created] (IGNITE-2983) Possible NPE during service proxy invocation

Anton Vinogradov (Jira)
Valentin Kulichenko created IGNITE-2983:
-------------------------------------------

             Summary: Possible NPE during service proxy invocation
                 Key: IGNITE-2983
                 URL: https://issues.apache.org/jira/browse/IGNITE-2983
             Project: Ignite
          Issue Type: Bug
          Components: managed services
    Affects Versions: 1.5.0.final
            Reporter: Valentin Kulichenko
            Assignee: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.6


This issue is hard to reproduce, but it's possible that {{ServiceTopologyCallable}} will be executed on a new node prior to initialization of utility cache. In this case cache will be {{null}} and {{serviceTopology}} method with throw an NPE. We should call {{GridCacheProcessor.awaitStarted()}} prior to using the cache.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)