From dev-return-47017-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Aug 14 17:25:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3C8501802C7 for ; Wed, 14 Aug 2019 19:25:02 +0200 (CEST) Received: (qmail 88909 invoked by uid 500); 14 Aug 2019 17:25:01 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 88898 invoked by uid 99); 14 Aug 2019 17:25:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2019 17:25:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B494FE3040 for ; Wed, 14 Aug 2019 17:25:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2D6E827789 for ; Wed, 14 Aug 2019 17:25:00 +0000 (UTC) Date: Wed, 14 Aug 2019 17:25:00 +0000 (UTC) From: "chin (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-12074) setFailureDetectionTimeout causes Critical system error detected in log MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 chin created IGNITE-12074: ----------------------------- Summary: setFailureDetectionTimeout causes Critical system err= or detected in log Key: IGNITE-12074 URL: https://issues.apache.org/jira/browse/IGNITE-12074 Project: Ignite Issue Type: Bug Reporter: chin If I do=C2=A0 setFailureDetectionTimeout(4000); then the log is filled with this {noformat} 2019-08-13T15:59:17.792 SEVERE org.apache.ignite.internal.processors.failur= e.FailureProcessor.process DataGrid :: Critical system error detected. Will be handled accordingly to = configured handler [hnd=3DStopNodeFailureHandler [super=3DAbstractFailureHa= ndler [ignoredFailureTypes=3D[SYSTEM_WORKER_BLOCKED]]], failureCtx=3DFailur= eContext [type=3DSYSTEM_WORKER_BLOCKED, err=3Dclass o.a.i.IgniteException: = GridWorker [name=3Dpartition-exchanger, igniteInstanceName=3DGwClientDGConn= ectionService-1565726338232--1-[abc], finished=3Dfalse, heartbeatTs=3D15657= 26352914]]] class org.apache.ignite.IgniteException: GridWorker [name=3Dpartition-excha= nger, igniteInstanceName=3DGwClientDGConnectionService-1565726338232--1-[ab= c], finished=3Dfalse, heartbeatTs=3D1565726352914] at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance$2.apply(Igniti= onEx.java:1831) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance$2.apply(Igniti= onEx.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$Timeo= utWorker.body(GridTimeoutProcessor.java:221) at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:12= 0) 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 anyt= hing. 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)