[ https://issues.apache.org/jira/browse/IGNITE-12074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16907588#comment-16907588 ]
chin commented on IGNITE-12074: ------------------------------- My question is: With the default config, there's no error/warning in the log (as expected) But just adding in setFailureDetectionTimeout(4000);, I see the mentioned error/warning in the log So why does that innocent-looking setFailureDetectionTimeout(4000); trigger that error/warning? What am I missing here? > setFailureDetectionTimeout causes Critical system error detected in log > ----------------------------------------------------------------------- > > Key: IGNITE-12074 > URL: https://issues.apache.org/jira/browse/IGNITE-12074 > Project: Ignite > Issue Type: Bug > Reporter: chin > Priority: Major > > If I do > setFailureDetectionTimeout(4000); > then the log is filled with this > {noformat} > 2019-08-13T15:59:17.792 SEVERE > org.apache.ignite.internal.processors.failure.FailureProcessor.process > DataGrid :: Critical system error detected. Will be handled accordingly to > configured handler [hnd=StopNodeFailureHandler [super=AbstractFailureHandler > [ignoredFailureTypes=[SYSTEM_WORKER_BLOCKED]]], failureCtx=FailureContext > [type=SYSTEM_WORKER_BLOCKED, err=class o.a.i.IgniteException: GridWorker > [name=partition-exchanger, > igniteInstanceName=GwClientDGConnectionService-1565726338232--1-[abc], > finished=false, heartbeatTs=1565726352914]]] > class org.apache.ignite.IgniteException: GridWorker > [name=partition-exchanger, > igniteInstanceName=GwClientDGConnectionService-1565726338232--1-[abc], > finished=false, heartbeatTs=1565726352914] > 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.internal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:221) > at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120) > at java.lang.Thread.run(Thread.java:748) > 2019-08-13T15:59:17.792 WARNING > org.apache.ignite.internal.util.IgniteUtils.dumpThreads > DataGrid :: No deadlocked threads detected.{noformat} > The nodes are all on my local machine so there's no network latency or > anything. > Despite the logs, there doesn't seem to be any issue with the app running. -- This message was sent by Atlassian JIRA (v7.6.14#76016)