I have three server node. Two of them with data-node attribute and remaining
one with worker-node attribute. Persistence is enabled on data-nodes. When I
try to activate the cluster I get bellow exception on worker node:
2019-12-27 18:22:58.181 ERROR 178084 --- [nge-worker-#103]
.c.d.d.p.GridDhtPartitionsExchangeFuture : Failed to reinitialize local
partitions (rebalancing will be stopped): GridDhtPartitionExchangeId
[topVer=AffinityTopologyVersion [topVer=3, minorTopVer=1],
discoEvt=DiscoveryCustomEvent [customMsg=ChangeGlobalStateMessage
[id=cab3a674f61-ba691b6c-49a7-4148-ac76-1cdb353595b6,
reqId=28e7c9d2-de6e-4e44-9394-142d1d4743aa,
initiatingNodeId=e75abdeb-3a9b-4217-8596-dfb764d14a8e, activate=true,
baselineTopology=BaselineTopology [id=0, branchingHash=-539144375,
branchingType='New BaselineTopology',
baselineNodes=[4b809903-efc7-45f6-986e-584095bb96c5,
127.0.0.1,172.17.241.80,172.17.5.36:42502,
141cd0a2-e30f-441c-a54f-0be995ff1a41]], forceChangeBaselineTopology=false,
timestamp=1577451177862], affTopVer=AffinityTopologyVersion [topVer=3,
minorTopVer=1], super=DiscoveryEvent [evtNode=TcpDiscoveryNode
[id=e75abdeb-3a9b-4217-8596-dfb764d14a8e, addrs=[127.0.0.1, 172.17.241.80,
172.17.5.36], sockAddrs=[hdpdev6/172.17.5.36:42500, /127.0.0.1:42500,
hdpdev6_oob.nseroot.com/172.17.241.80:42500], discPort=42500, order=1,
intOrder=1, lastExchangeTime=1577451154397, loc=false,
ver=2.7.6#20190911-sha1:21f7ca41, isClient=false], topVer=3,
nodeId8=53126272, msg=null, type=DISCOVERY_CUSTOM_EVT,
tstamp=1577451177925]], nodeId=e75abdeb, evt=DISCOVERY_CUSTOM_EVT]
java.lang.NullPointerException: null
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtLocalPartition.<init>(GridDhtLocalPartition.java:224)
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.getOrCreatePartition(GridDhtPartitionTopologyImpl.java:853)
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.initPartitions(GridDhtPartitionTopologyImpl.java:406)
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.beforeExchange(GridDhtPartitionTopologyImpl.java:585)
at
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.distributedExchange(GridDhtPartitionsExchangeFuture.java:1473)
at
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:809)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2681)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2553)
at
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
at java.lang.Thread.run(Thread.java:748)
OrHaltFailureHandler [tryStop=false, timeout=0, super=AbstractFailureHandler
[ignoredFailureTypes=[SYSTEM_WORKER_BLOCKED,
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext
[type=SYSTEM_WORKER_TERMINATION, err=class o.a.i.IgniteCheckedException:
null]]
org.apache.ignite.IgniteCheckedException: null
at
org.apache.ignite.internal.util.IgniteUtils.cast(IgniteUtils.java:7432)
at
org.apache.ignite.internal.util.future.GridFutureAdapter.resolve(GridFutureAdapter.java:261)
at
org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:209)
at
org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:160)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2709)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body(GridCachePartitionExchangeManager.java:2553)
at
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException: null
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtLocalPartition.<init>(GridDhtLocalPartition.java:224)
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.getOrCreatePartition(GridDhtPartitionTopologyImpl.java:853)
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.initPartitions(GridDhtPartitionTopologyImpl.java:406)
at
org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopologyImpl.beforeExchange(GridDhtPartitionTopologyImpl.java:585)
at
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.distributedExchange(GridDhtPartitionsExchangeFuture.java:1473)
at
org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture.init(GridDhtPartitionsExchangeFuture.java:809)
at
org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager$ExchangeWorker.body0(GridCachePartitionExchangeManager.java:2681)
... 3 common frames omitted
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/