Hi,

   Sometimes I am getting  the below error while starting the server nodes. 
After clearing the cache data in the persistence and Restart the nodes, then 
the nodes are up and running.

I am using below code for setting BaseLineTopology

ignite.cluster().active(true);
ignite.cluster().setBaselineTopology(nodes);

  Please provide some solution why this is happening and what needs to be done 
to get rid of the below error

Failed to start manager: GridManagerAdapter [enabled=true, 
name=o.a.i.i.managers.discovery.GridDiscoveryManager]
class org.apache.ignite.IgniteCheckedException: Failed to start SPI: 
TcpDiscoverySpi [addrRslvr=null, sockTimeout=5000, ackTimeout=5000, 
marsh=JdkMarshaller 
[clsFilter=org.apache.ignite.marshaller.MarshallerUtils$1@2f4d01b6], 
reconCnt=10, reconDelay=2000, maxAckTimeout=600000, forceSrvMode=false, 
clientReconnectDisabled=false, internalLsnr=null]
        at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:300)
        at 
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:939)
        at 
org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1682)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1066)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2038)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1730)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1158)
        at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1076)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:962)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:861)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:731)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:700)
        at org.apache.ignite.Ignition.start(Ignition.java:348)
        at 
com.cmc.facts.grid.WorkerGridInvoker.loadNode(WorkerGridInvoker.java:140)
        at com.cmc.facts.grid.WorkerGridInvoker.main(WorkerGridInvoker.java:61)
Caused by: class org.apache.ignite.spi.IgniteSpiException: BaselineTopology of 
joining node (bf9321c9-bc4f-49a7-ae07-b6895cdd6645) is not compatible with 
BaselineTopology in the cluster. Branching history of cluster BlT ([5934945015, 
1007705614, 662484928]) doesn't contain branching point hash of joining node 
BlT (-251217758). Consider cleaning persistent storage of the node and adding 
it to the cluster again.
        at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.checkFailedError(TcpDiscoverySpi.java:1946)
        at 
org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:969)
        at 
org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:391)
        at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2020)
        at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:297)
        ... 14 more
[14:44:55,242][SEVERE][main][IgniteKernal%MATCHERWORKER] Got exception while 
starting (will rollback startup routine).
class org.apache.ignite.IgniteCheckedException: Failed to start manager: 
GridManagerAdapter [enabled=true, 
name=org.apache.ignite.internal.managers.discovery.GridDiscoveryManager]
        at 
org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1687)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1066)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2038)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1730)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1158)
        at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1076)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:962)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:861)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:731)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:700)
        at org.apache.ignite.Ignition.start(Ignition.java:348)
        at 
com.cmc.facts.grid.WorkerGridInvoker.loadNode(WorkerGridInvoker.java:140)
        at com.cmc.facts.grid.WorkerGridInvoker.main(WorkerGridInvoker.java:61)
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to start SPI: 
TcpDiscoverySpi [addrRslvr=null, sockTimeout=5000, ackTimeout=5000, 
marsh=JdkMarshaller 
[clsFilter=org.apache.ignite.marshaller.MarshallerUtils$1@2f4d01b6], 
reconCnt=10, reconDelay=2000, maxAckTimeout=600000, forceSrvMode=false, 
clientReconnectDisabled=false, internalLsnr=null]
        at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:300)
        at 
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:939)
        at 
org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1682)
        ... 12 more
Caused by: class org.apache.ignite.spi.IgniteSpiException: BaselineTopology of 
joining node (bf9321c9-bc4f-49a7-ae07-b6895cdd6645) is not compatible with 
BaselineTopology in the cluster. Branching history of cluster BlT ([5934945015, 
1007705614, 662484928]) doesn't contain branching point hash of joining node 
BlT (-251217758). Consider cleaning persistent storage of the node and adding 
it to the cluster again.
        at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.checkFailedError(TcpDiscoverySpi.java:1946)
        at 
org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:969)
        at 
org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:391)
        at 
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:2020)
        at 
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:297)
        ... 14 more
[14:45:00] Ignite node stopped OK



Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


Reply via email to