Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 3278 invoked from network); 21 Oct 2010 09:59:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 09:59:24 -0000 Received: (qmail 41715 invoked by uid 500); 21 Oct 2010 09:59:22 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 41700 invoked by uid 500); 21 Oct 2010 09:59:22 -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 41692 invoked by uid 99); 21 Oct 2010 09:59:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 09:59:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=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-a43.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 09:59:14 +0000 Received: from homiemail-a43.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTP id 3295D8C05F for ; Thu, 21 Oct 2010 02:58:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=message-id :from:to:in-reply-to:content-type:content-transfer-encoding :mime-version:subject:date:references; q=dns; s= thelastpickle.com; b=RWtDEM1BQgoFs5H2jzhzOotDYSVIYGIZ/sbfC4w1FYn mmtQOcAVUu4DRjSHUzcmO7hb9r2goDmohXIwnqykC1RKc9d4b1CJF6eEeXsWUEzI TiL8wXOPiFxaU5HsjzCe8C/VZ/iv/39ZDkHLZ2xw7sFopPUFtv7Zey4ui+OegZ24 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h= message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references; s=thelastpickle.com; bh=ByKqokOzyRrFv8nB9kXv0nEAm5Y=; b=pSlNVpg fkJ7DUsZpPjo2oXtwHJxiT+ssy/+2Ju6gzyetXvvhBss6sLxn+QXaKkfLo6gxIFS ZkWXSWvt7BzWoDAj7uOQltLzQc123Rj+cqlRdP6BbPNi51205cn5QEwpT8V9MNh7 0P5uffHD0YNEu7UNNbzOmxyHD/lJUy6pzz4k= Received: from [10.0.1.151] (121-73-157-230.cable.telstraclear.net [121.73.157.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTPSA id EBE1A8C05D for ; Thu, 21 Oct 2010 02:58:51 -0700 (PDT) Message-Id: <2ADA5E4E-454E-4085-9760-F47B97965942@thelastpickle.com> From: Aaron Morton To: "user@cassandra.apache.org" In-Reply-To: <4CBF9860.7060003@gmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Mailer: iPad Mail (7B500) Mime-Version: 1.0 (iPad Mail 7B500) Subject: Re: Tried to add a new node but f*ed up Date: Thu, 21 Oct 2010 22:59:06 +1300 References: <4CBF9860.7060003@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Check your tokens are correct using the algorithm discussed on this page=20= http://wiki.apache.org/cassandra/Operations If all ok run a node tool cleanup to remove any data the nodes are no = longer responsible for. (see section on bootstrapping in the link above) Finally, the load *may* include tombstones if you've been deleting data. = (I cannot remember of the top of my head if it's included in this load) Hope that helps Aaron On 21 Oct 2010, at 14:33, Mark wrote: > I tried adding a new node and rebalanced the ring via nodetool move = but ending up in a weird state. Blew away all data from 2 nodes (out of = 3) and manually set tokens but its completely unbalanced. >=20 > [root@cassandra1 apache-cassandra]# bin/nodetool --host localhost = --port 8080 ring > Address Status Load Range = Ring > = 130359389109719946695111037210971065868 > x.x.x.x.x Up 20 MB 0 = |<--| > x.x.x.x.x Up 30.02 MB = 56713727820156410577229101238628035242 | | > x.x.x.x.x Up 30.36 GB = 130359389109719946695111037210971065868 |-->| >=20 > I tried running nodetool repair but that doesn't seem to accomplish = much. What should I do??? Thanks! >=20