Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 56057 invoked from network); 1 Nov 2010 15:59:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 15:59:17 -0000 Received: (qmail 21510 invoked by uid 500); 1 Nov 2010 15:59:48 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 21492 invoked by uid 500); 1 Nov 2010 15:59:48 -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 21484 invoked by uid 99); 1 Nov 2010 15:59:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 15:59:48 +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; Mon, 01 Nov 2010 15:59:48 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1FxS6l013879 for ; Mon, 1 Nov 2010 15:59:28 GMT Message-ID: <22817185.175071288627168054.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 11:59:28 -0400 (EDT) From: "Gary Dusbabek (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1670) cannot move a node In-Reply-To: <15052143.108591288218501507.JavaMail.jira@thor> 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-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1670: ------------------------------------- Attachment: 1670-0.6.txt The code that removes endpoints from Gossiper.justRemovedEndpoints after RING_DELAY was only getting called if the endpoint had a state attached to it. Since state is removed for decommissioned nodes, the code was never getting called. > cannot move a node > ------------------ > > Key: CASSANDRA-1670 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1670 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.6.6 > Environment: RAX > Reporter: Matthew F. Dennis > Assignee: Gary Dusbabek > Fix For: 0.6.7 > > Attachments: 1670-0.6.txt > > > two node cluster (node0, node1). node0 is listed as the only seed on both nodes. Listen addresses explicitly set to an IP on both nodes. No initial token, no autobootstrap (but see below). Bring up the ring. Everything is fine on both nodes. > decom node1. verify decom completed correctly by reading the logs on both nodes. rm all data/logs on node1. bring node1 up again. > One of two things happen: > * node0 thinks it is in a ring by itself, node1 thinks both nodes are in the ring. > * both node0 and node1 think they are in rings by themselves > If you restart node0 after decom, it appears to work normally. > Similar issues seem to present if you kill node1 (either when autobootstrapping before it completes or after it is in the ring) and removetoken. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.