Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D858B18793 for ; Mon, 21 Mar 2016 18:48:26 +0000 (UTC) Received: (qmail 72200 invoked by uid 500); 21 Mar 2016 18:48:25 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 72040 invoked by uid 500); 21 Mar 2016 18:48:25 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 71878 invoked by uid 99); 21 Mar 2016 18:48:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2016 18:48:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A6E9E2C1F62 for ; Mon, 21 Mar 2016 18:48:25 +0000 (UTC) Date: Mon, 21 Mar 2016 18:48:25 +0000 (UTC) From: "Paulo Motta (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-11388) FailureDetector.java:456 - Ignoring interval time of MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-11388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15204877#comment-15204877 ] Paulo Motta commented on CASSANDRA-11388: ----------------------------------------- On CASSANDRA-10241 we downgraded all DEBUG level logging to TRACE but probably forgot to reduce this specific statement. Now that debug.log is being shipped by default this might be a bit verbose/scary so we should maybe decrease the level to TRACE. > FailureDetector.java:456 - Ignoring interval time of > ---------------------------------------------------- > > Key: CASSANDRA-11388 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11388 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: Cassandra 2.2.4 > Reporter: Relish Chackochan > Priority: Minor > > We have Cassandra Cluster of 8 nodes with 2.2.4v using jdk1.8.0_65 ( RHEL 6.5 64-bit ) and i am seeing the following error in the Cassandra debug.log file. All the nodes are UP and running with > "nodetool status". NTP is configured on all nodes and Time syncing well. > DEBUG [GossipStage:1] 2016-03-21 06:45:30,700 FailureDetector.java:456 - Ignoring interval time of 3069815316 for /192.168.1.153 > DEBUG [GossipStage:1] 2016-03-21 06:45:30,700 FailureDetector.java:456 - Ignoring interval time of 2076119905 for /192.168.1.135 > DEBUG [GossipStage:1] 2016-03-21 06:45:30,700 FailureDetector.java:456 - Ignoring interval time of 2683887772 for /192.168.1.151 -- This message was sent by Atlassian JIRA (v6.3.4#6332)