You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/16 08:02:00 UTC

[jira] [Assigned] (IGNITE-5516) NPE in GridDhtPartitionTopologyImpl.localNode

     [ https://issues.apache.org/jira/browse/IGNITE-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov reassigned IGNITE-5516:
---------------------------------------

    Assignee: Igor Seliverstov  (was: Semen Boikov)

> NPE in GridDhtPartitionTopologyImpl.localNode
> ---------------------------------------------
>
>                 Key: IGNITE-5516
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5516
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Vladimir Ozerov
>            Assignee: Igor Seliverstov
>             Fix For: 2.1
>
>
> Reproducers:
> {{IgniteClientCacheInitializationFailTest.testTransactionalNearCacheInitialization}}
> {{IgniteClientCacheInitializationFailTest.testAtomicCacheInitialization}}
> Sample build: http://ci.ignite.apache.org/viewLog.html?buildId=667023&tab=buildResultsDiv&buildTypeId=Ignite20Tests_IgniteCache4
> Stack trace:
> {code}
> java.lang.NullPointerException: null
>     at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.localNode(GridDhtPartitionTopologyImpl.java:2112)
>     at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.createPartitions(GridDhtPartitionTopologyImpl.java:408)
>     at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.initPartitions0(GridDhtPartitionTopologyImpl.java:346)
>     at org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.beforeExchange(GridDhtPartitionTopologyImpl.java:485)
>     at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.initTopologies(GridDhtPartitionsExchangeFuture.java:660)
>     at org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:602)
>     at org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:1858)
>     at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110)
>     at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)