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:14:00 UTC

[jira] [Commented] (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

    [ https://issues.apache.org/jira/browse/IGNITE-13317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169301#comment-17169301 ] 

Suman Das commented on IGNITE-13317:
------------------------------------

This is happening after the change: IGNITE-12549 fix mapping queries on replication cache during rebalance in [GridCacheQueryAdapter.java|https://github.com/apache/ignite/pull/7277/files/f3e513013f4b8e3afd49e58e6adb88e6ab3c0e7c#diff-d443ce2a311118a5a48d1b3e0362be24] 

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

> 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
>            Priority: Critical
>
> 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)