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 4609A11C55 for ; Mon, 16 Jun 2014 22:10:02 +0000 (UTC) Received: (qmail 11424 invoked by uid 500); 16 Jun 2014 22:10:02 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 11380 invoked by uid 500); 16 Jun 2014 22:10:02 -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 11357 invoked by uid 99); 16 Jun 2014 22:10:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 22:10:01 +0000 Date: Mon, 16 Jun 2014 22:10:01 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-7318) Unable to truncate column family on node which has been decommissioned and re-bootstrapped 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-7318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-7318: ----------------------------------------- Assignee: Yuki Morishita (was: Kishan Karunaratne) > Unable to truncate column family on node which has been decommissioned and re-bootstrapped > ------------------------------------------------------------------------------------------ > > Key: CASSANDRA-7318 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7318 > Project: Cassandra > Issue Type: Bug > Environment: Seen running cassandra 2.0.7 running on Red Hat Linux > Reporter: Thomas Whiteway > Assignee: Yuki Morishita > Priority: Minor > > After decommissioning a node, then re-bootstrapping it, it's not possible to truncate column families until cassandra is restarted. > Steps to reproduce: > - Start with a two node deployment (nodes A and B) > - Run nodetool decommission on node B > - Stop cassandra on node B > - Delete the contents of the cassandra data and commitlog directories > - Start cassandra on node B with node A as the seed > - Run cqlsh on node B and try to truncate a column family > - cqlsh displays: "Unable to complete request: one or more nodes were unavailable." > According to the logs node B seems to think that itself is down. The follow logs appear when the server is started and there are no further logs to indicate the B is now UP (A=10.225.45.150, B=10.225.45.151): > INFO [main] 2014-05-29 10:40:11,090 MessagingService.java (line 461) Starting Messaging Service on port 7000 > INFO [HANDSHAKE-/10.225.45.150] 2014-05-29 10:40:11,106 OutboundTcpConnection.java (line 386) Handshaking version with /10.225.45.150 > INFO [GossipStage:1] 2014-05-29 10:40:11,182 Gossiper.java (line 903) Node /10.225.45.150 is now part of the cluster > INFO [GossipStage:1] 2014-05-29 10:40:11,185 Gossiper.java (line 883) InetAddress /10.225.45.151 is now DOWN > INFO [RequestResponseStage:1] 2014-05-29 10:40:11,215 Gossiper.java (line 869) InetAddress /10.225.45.150 is now UP > This problem isn't hit if cassandra is restarted on node A while node B is stopped. The problem goes away if node B is restarted. -- This message was sent by Atlassian JIRA (v6.2#6252)