Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 76650 invoked from network); 11 Nov 2010 19:19:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Nov 2010 19:19:06 -0000 Received: (qmail 81475 invoked by uid 500); 11 Nov 2010 19:19:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 81459 invoked by uid 500); 11 Nov 2010 19:19:38 -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 81451 invoked by uid 99); 11 Nov 2010 19:19:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 19:19:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 19:19:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oABJJDkr023067 for ; Thu, 11 Nov 2010 19:19:14 GMT Message-ID: <30209791.32311289503153805.JavaMail.jira@thor> Date: Thu, 11 Nov 2010 14:19:13 -0500 (EST) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1730) Fat clients are never removed In-Reply-To: <17469901.32231289503035055.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1730: ---------------------------------------- Fix Version/s: 0.6.8 > Fat clients are never removed > ----------------------------- > > Key: CASSANDRA-1730 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1730 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.6.7 > Reporter: Brandon Williams > Fix For: 0.6.8, 0.7.0 > > > After a failed bootstrap, these lines repeat infinitely: > INFO [Timer-0] 2010-11-11 01:58:32,708 Gossiper.java (line 406) FatClient /10.104.73.164 has been silent for 3600000ms, removing from gossip > INFO [GMFD:1] 2010-11-11 01:59:03,685 Gossiper.java (line 591) Node /10.104.73.164 is now part of the cluster > Changing the IP on the node but using the same token causes a conflict, requiring either a full cluster restart or changing the token. This is especially easy to run into in practice in a virtual environment such as ec2. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.