Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 223786DC6 for ; Sun, 10 Jul 2011 17:42:56 +0000 (UTC) Received: (qmail 32773 invoked by uid 500); 10 Jul 2011 17:42:53 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 32749 invoked by uid 500); 10 Jul 2011 17:42:52 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 32741 invoked by uid 99); 10 Jul 2011 17:42:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2011 17:42:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a78.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2011 17:42:45 +0000 Received: from homiemail-a78.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTP id BE96A15C062 for ; Sun, 10 Jul 2011 10:42:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; q=dns; s=thelastpickle.com; b=Cu/sBMRLpY pMoeFLyhCPTBAiVb/XXCMg6e2eD3u0t+7PLNa8ywQ6tMOGkm65icLjaDfVlXtl9R 6CrP6dRETVGJCc0jKyWwUsXzsLWoCTp46oWIflZFzhurv7BmkAoIIy7NDTIWMze5 4MLcv67TSCM+YVShOpnuHPdXwXZA8dXgY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; s=thelastpickle.com; bh=oo/1VV8IRatxbXC/ wRCxkZmUv7Y=; b=XED2+0MXgiulTg58BtUc6F+r9gYjjnod5ozBTK24gQEBH78f 4jkoQ9qTbOv4h4lBwVzlvBvUh/N3Ep0i1ZVOj1acCbgClqsMtL0jTaA/kwnW9alz SKg3I1b2kWS6HfO2VdNR+FINbNsEHp8/oJTo99R55d0oURMZAnK+UyM48iM= Received: from [172.16.42.7] (adsl-63-204-10-134.dsl.snfc21.pacbell.net [63.204.10.134]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a78.g.dreamhost.com (Postfix) with ESMTPSA id 7C69815C058 for ; Sun, 10 Jul 2011 10:42:23 -0700 (PDT) From: aaron morton Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/alternative; boundary=Apple-Mail-5--847422525 Subject: Re: node stuck "leaving" Date: Sun, 10 Jul 2011 10:42:22 -0700 In-Reply-To: <1310295177.2253.5.camel@Avalon> To: user@cassandra.apache.org References: <1310295177.2253.5.camel@Avalon> Message-Id: X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-5--847422525 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Thats the correct way to use remove token, it's there when the node you = are removing from the ring cannot be started http://wiki.apache.org/cassandra/Operations#Removing_nodes_entirely Dead nodes popping up and an inconsistent view of the ring is a bit = nasty.=20 You can *try* restarting the node which thing the missing node is up = with using the Dcassandra.load_ring_state=3Dfalse JVM property. But you = may have to take more drastic action.=20 = http://www.datastax.com/docs/0.8/troubleshooting/index#view-of-ring-differ= s-between-some-nodes Cheers ----------------- Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 10 Jul 2011, at 03:52, H=E9ctor Izquierdo Seliva wrote: > I'm also having problems with removetoken. Maybe I'm doing it wrong, = but > I was under the impression that I just had to call once removetoken. > When I take a look at the nodes ring, the dead node keeps popping up. > What's even more incredible is that in some of them it says UP >=20 >=20 --Apple-Mail-5--847422525 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 http://wiki.apache.org/cassandra/Operations#Removing_nodes_entirely=

Dead nodes popping up and an inconsistent view = of the ring is a bit nasty. 

You can *try* = restarting the node which thing the missing node is up with using the = Dcassandra.load_ring_state=3Dfalse JVM property. But you may have to = take more drastic action. 
http://www.datastax.com/docs/0.8/troubleshoo= ting/index#view-of-ring-differs-between-some-nodes

= Cheers

http://www.thelastpickle.com

On 10 Jul 2011, at 03:52, H=E9ctor Izquierdo Seliva = wrote:

I'm also having problems with removetoken. Maybe I'm = doing it wrong, but
I was under the impression that I just had to = call once removetoken.
When I take a look at the nodes ring, the dead = node keeps popping up.
What's even more incredible is that in some of = them it says = UP



= --Apple-Mail-5--847422525--