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 2755985EA for ; Sun, 4 Sep 2011 01:53:33 +0000 (UTC) Received: (qmail 26174 invoked by uid 500); 4 Sep 2011 01:53:32 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 25901 invoked by uid 500); 4 Sep 2011 01:53:31 -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 25885 invoked by uid 99); 4 Sep 2011 01:53:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 01:53:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 01:53:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F24C1569AF for ; Sun, 4 Sep 2011 01:53:09 +0000 (UTC) Date: Sun, 4 Sep 2011 01:53:09 +0000 (UTC) From: =?utf-8?Q?J=C3=A9r=C3=A9my_Sevellec_=28JIRA=29?= To: commits@cassandra.apache.org Message-ID: <2165729.15379.1315101189988.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <19775072.14086.1311808989714.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2961) Expire dead gossip states based on time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2961?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:all-tabpanel ] J=C3=A9r=C3=A9my Sevellec updated CASSANDRA-2961: --------------------------------------- Comment: was deleted (was: here is the patch) > Expire dead gossip states based on time > --------------------------------------- > > Key: CASSANDRA-2961 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2961 > Project: Cassandra > Issue Type: Improvement > Affects Versions: 1.0 > Reporter: Brandon Williams > Labels: patch > Fix For: 1.0 > > > Currently dead states are held until aVeryLongTime, 3 days. The problem = is that if a node reboots within this period, it begins a new 3 days and wi= ll repopulate the ring with the dead state. While mostly harmless, perpetu= ating the state forever is at least wasting a small amount of bandwidth. I= nstead, we can expire states based on a ttl, which will require that the cl= uster be loosely time synced; within the quarantine period of 60s. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira