Hello! Have you tried disabling failure detection, see if errors goes away?
Regards, -- Ilya Kasnacheev пн, 25 мар. 2019 г. в 06:25, luongbd.hust <[email protected]>: > logs.rar < > http://apache-ignite-users.70518.x6.nabble.com/file/t2354/logs.rar> > Hi all, > > I am trying to install a life cycle to automatically set up baseline > topology. > I registered the event and wrote the code as instructed in the link below > https://apacheignite.readme.io/docs/baseline-topology > <https://apacheignite.readme.io/docs/baseline-topology> > > *I use testcase as follows* > - Continually make requests to write data to the cache > - Turn on the nodes in the ipfinder > > When the number of nodes increases from 2 to 3, the following error is > received in the console > > /[09:39:03,020][SEVERE][tcp-disco-msg-worker-#2%TravelInventoryTesting%][G] > Blocked system-critical thread has been detected. This can lead to > cluster-wide undefined behaviour [threadName=grid-timeout-worker, > blockedFor=36s] > [09:39:03,020][SEVERE][tcp-disco-msg-worker-#2%TravelInventoryTesting%][] > Critical system error detected. Will be handled accordingly to configured > handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, > super=AbstractFailureHandler > [ignoredFailureTypes=[SYSTEM_WORKER_BLOCKED]]], > failureCtx=FailureContext [type=SYSTEM_WORKER_BLOCKED, err=class > o.a.i.IgniteException: GridWorker [name=grid-timeout-worker, > igniteInstanceName=TravelInventoryTesting, finished=false, > heartbeatTs=1553481506244]]] > class org.apache.ignite.IgniteException: GridWorker > [name=grid-timeout-worker, igniteInstanceName=TravelInventoryTesting, > finished=false, heartbeatTs=1553481506244] > at > > org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance$2.apply(IgnitionEx.java:1831) > at > > org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance$2.apply(IgnitionEx.java:1826) > at > > org.apache.ignite.internal.worker.WorkersRegistry.onIdle(WorkersRegistry.java:233) > at > > org.apache.ignite.internal.util.worker.GridWorker.onIdle(GridWorker.java:297) > at > > org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.lambda$new$0(ServerImpl.java:2663) > at > > org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorker.body(ServerImpl.java:7181) > at > > org.apache.ignite.spi.discovery.tcp.ServerImpl$RingMessageWorker.body(ServerImpl.java:2700) > at > org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120) > at > > org.apache.ignite.spi.discovery.tcp.ServerImpl$MessageWorkerThread.body(ServerImpl.java:7119) > at > org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62)/ > > I have attached the logs of the nodes. > > *Thanks and best regards* > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
