Pavel Konstantinov created IGNITE-767:
-----------------------------------------
Summary: NPE at
o.a.i.i.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.updateLocal(GridDhtPartitionTopologyImpl.java:1030)
Key: IGNITE-767
URL: https://issues.apache.org/jira/browse/IGNITE-767
Project: Ignite
Issue Type: Bug
Reporter: Pavel Konstantinov
Assignee: Yakov Zhdanov
Priority: Blocker
1. It seems that exception is occurs during stopping the cache
{code}
[10:45:22,299][SEVERE][preloader-demand-worker-#73%visor-tester-DC1%][GridDhtPartitionDemandPool]
<dcp_1> Runtime error caught during grid runnable execution: DemandWorker
[id=0, cntr=1, assignQ=[], msgQ=[SupplyMessage [sndId=null, supply=null]],
super=GridWorker [name=preloader-demand-worker, gridName=visor-tester-DC1,
finished=false, isCancelled=false, hashCode=934787452, interrupted=false,
runner=preloader-demand-worker-#73%visor-tester-DC1%]]
java.lang.NullPointerException
at
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.updateLocal(GridDhtPartitionTopologyImpl.java:1030)
at
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtPartitionTopologyImpl.own(GridDhtPartitionTopologyImpl.java:1120)
at
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool$DemandWorker.demandFromNode(GridDhtPartitionDemandPool.java:749)
at
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionDemandPool$DemandWorker.body(GridDhtPartitionDemandPool.java:923)
at
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:108)
at java.lang.Thread.run(Thread.java:745)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)