Vladimir Ozerov created IGNITE-5516:
---------------------------------------
Summary: 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: Semen Boikov
Fix For: 2.1
Reproducers:
{{IgniteClientCacheInitializationFailTest.testTransactionalNearCacheInitialization}}
{{IgniteClientCacheInitializationFailTest.testAtomicCacheInitialization}}
Sample build:
http://ci.ignite.apache.org/viewLog.html?buildId=667023&tab=buildResultsDiv&buildTypeId=Ignite20Tests_IgniteCache4Stack 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)