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 82DC6183A8 for ; Tue, 23 Feb 2016 22:42:21 +0000 (UTC) Received: (qmail 7294 invoked by uid 500); 23 Feb 2016 22:42:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 7260 invoked by uid 500); 23 Feb 2016 22:42:18 -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 7204 invoked by uid 99); 23 Feb 2016 22:42:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2016 22:42:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 303752C1F68 for ; Tue, 23 Feb 2016 22:42:18 +0000 (UTC) Date: Tue, 23 Feb 2016 22:42:18 +0000 (UTC) From: "Jason Brown (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10371) Decommissioned nodes can remain in gossip 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-10371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15159795#comment-15159795 ] Jason Brown commented on CASSANDRA-10371: ----------------------------------------- Committed to 2.1, 2.2, 3.0, and trunk, as sha 7877d6f85f1a84d9f9de4d81339730d9df3667a1 > Decommissioned nodes can remain in gossip > ----------------------------------------- > > Key: CASSANDRA-10371 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10371 > Project: Cassandra > Issue Type: Bug > Components: Distributed Metadata > Reporter: Brandon Williams > Assignee: Joel Knighton > Priority: Minor > Fix For: 2.1.14, 2.2.6, 3.0.4, 3.4 > > > This may apply to other dead states as well. Dead states should be expired after 3 days. In the case of decom we attach a timestamp to let the other nodes know when it should be expired. It has been observed that sometimes a subset of nodes in the cluster never expire the state, and through heap analysis of these nodes it is revealed that the epstate.isAlive check returns true when it should return false, which would allow the state to be evicted. This may have been affected by CASSANDRA-8336. -- This message was sent by Atlassian JIRA (v6.3.4#6332)