You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Suman Das (Jira)" <ji...@apache.org> on 2020/08/01 14:09:00 UTC

[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

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)