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 C8A9F9CD5 for ; Sat, 25 Feb 2012 19:20:41 +0000 (UTC) Received: (qmail 33524 invoked by uid 500); 25 Feb 2012 19:20:39 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 33458 invoked by uid 500); 25 Feb 2012 19:20:39 -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 33450 invoked by uid 99); 25 Feb 2012 19:20:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 19:20:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adynnn@gmail.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-lpp01m010-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 19:20:33 +0000 Received: by lagj5 with SMTP id j5so414540lag.31 for ; Sat, 25 Feb 2012 11:20:11 -0800 (PST) Received-SPF: pass (google.com: domain of adynnn@gmail.com designates 10.152.147.1 as permitted sender) client-ip=10.152.147.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adynnn@gmail.com designates 10.152.147.1 as permitted sender) smtp.mail=adynnn@gmail.com; dkim=pass header.i=adynnn@gmail.com Received: from mr.google.com ([10.152.147.1]) by 10.152.147.1 with SMTP id tg1mr6101298lab.22.1330197611703 (num_hops = 1); Sat, 25 Feb 2012 11:20:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sxlnzm7o//oJ/NpahgXgfWN4agUygz/jACCzNAN/6Ko=; b=s7L6pWroXeS0vsOFlZlL5VhKdXAhoHzwh3w109+lDxj8fECrPiTIEtkp82cYWa8RqE /rXah1tnEySrvgXeRCCOX88Emu0Hb0rLJbuRfYvp9aC6mHWFmiZs3S4Va0UGLU0zQHRG 5foS1ramAmi19Us++3GVXH19Z+vU+sQy/+abc= MIME-Version: 1.0 Received: by 10.152.147.1 with SMTP id tg1mr5045513lab.22.1330197611621; Sat, 25 Feb 2012 11:20:11 -0800 (PST) Received: by 10.112.19.169 with HTTP; Sat, 25 Feb 2012 11:20:11 -0800 (PST) In-Reply-To: References: Date: Sun, 26 Feb 2012 00:50:11 +0530 Message-ID: Subject: Re: Only the last added node is visible in the cluster From: Aditya Gupta To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=e89a8f2351771f2d1104b9cec416 --e89a8f2351771f2d1104b9cec416 Content-Type: text/plain; charset=ISO-8859-1 Nope, I just re-verified :) I have split up the range into 4 parts for 4 nodes. I have specified that in the intial_token On Sun, Feb 26, 2012 at 12:33 AM, Brandon Williams wrote: > My guess would be you're using the same token everywhere. > > -Brandon > > On Sat, Feb 25, 2012 at 9:48 AM, Aditya Gupta wrote: > > While creating a multinode cluster, my nodes are unable to identify all > the > > nodes in the cluster. > > Only the *last added' node is visible when I do: > > ./nodetool -h localhost ring > > > > > > I am trying to create a 4 nodes cluster. On starting the seed node, the > > above command shows just itself(ok.. good), then when I start the 2nd > node > > the first one disappears & there is only 2nd visible in the ring. On > > starting 3rd one, just the 3rd one remains. > > > > In cassandra.yaml of each node, I configured the listen_adress equal to > ip > > address of that node & for seeds I just put the ip address of 1st node > > everywhere. > > > > Can anyone point to me what may be causing this ? > > > --e89a8f2351771f2d1104b9cec416 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Nope, I just re-verified=A0:)=A0
I have split up the range into 4 parts= for 4 nodes. I have specified that in the intial_token

On Sun, Feb 26, 2012 at 12:33 AM, Brandon Williams <driftx@gmail.com>= wrote:
My guess would be you're using the same = token everywhere.

-Brandon

On Sat, Feb 25, 2012 at 9:48 AM, Aditya Gupta <adynnn@gmail.com> wrote:
> While creating a multinode cluster, my nodes are unable to identify al= l the
> nodes in the cluster.
> Only the *last added' =A0node is visible when I do:
> =A0./nodetool -h localhost ring
>
>
> I am trying to create a 4 nodes cluster. On starting the seed node, th= e
> above command shows just itself(ok.. good), then when I start the 2nd = node
> the first one disappears & there is only 2nd visible in the ring. = On
> starting 3rd one, just the 3rd one remains.
>
> In cassandra.yaml of each node, I configured the listen_adress equal t= o ip
> address of that node & for seeds I just put the ip address of 1st = node
> everywhere.
>
> Can anyone point to me what may be causing this ?
>

--e89a8f2351771f2d1104b9cec416--