[jira] [Created] (IGNITE-13317) Nullpointer exception at runtime for non-pationed Cache and the Cluster starts without any Cache and then Cline Node join and populate the Cache

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

[jira] [Created] (IGNITE-13317) Nullpointer exception at runtime for non-pationed Cache and the Cluster starts without any Cache and then Cline Node join and populate the Cache

Anton Vinogradov (Jira)
Suman Das created IGNITE-13317:
----------------------------------

             Summary: Nullpointer exception at runtime for non-pationed Cache and the Cluster starts without any Cache and then Cline Node join and populate the Cache
                 Key: IGNITE-13317
                 URL: https://issues.apache.org/jira/browse/IGNITE-13317
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.8.1
            Reporter: Suman Das


Getting the below exception when we start the Ignite cluster without partition data and then Client node joins the cluster after some time. When the Client tries to get the data from the Cache.

 

!cctx.topology().partitions(node.id()).hasMovingPartitions() is throwing Nullpointer exception at runtime for non-pationed Cache and the Cluster starts without any Cache and then Cline Node join and populate the Cache. cctx.topology().partitions(node.id()) is returning null

 

[https://github.com/apache/ignite/pull/7277]

 



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