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 2324B9CAA for ; Sat, 25 Feb 2012 20:48:56 +0000 (UTC) Received: (qmail 14815 invoked by uid 500); 25 Feb 2012 20:48:53 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 14792 invoked by uid 500); 25 Feb 2012 20:48:53 -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 14784 invoked by uid 99); 25 Feb 2012 20:48:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 20:48:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of driftx@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-ww0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 20:48:46 +0000 Received: by wgbdr13 with SMTP id dr13so516897wgb.25 for ; Sat, 25 Feb 2012 12:48:26 -0800 (PST) Received-SPF: pass (google.com: domain of driftx@gmail.com designates 10.180.92.165 as permitted sender) client-ip=10.180.92.165; Authentication-Results: mr.google.com; spf=pass (google.com: domain of driftx@gmail.com designates 10.180.92.165 as permitted sender) smtp.mail=driftx@gmail.com; dkim=pass header.i=driftx@gmail.com Received: from mr.google.com ([10.180.92.165]) by 10.180.92.165 with SMTP id cn5mr6369296wib.2.1330202906287 (num_hops = 1); Sat, 25 Feb 2012 12:48:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ZabSnnS356LpyNZRMbgfF/8tUGhGeWwxrCoV9KMkUUY=; b=k2PwCi86RstKX/59QuUGKV2saBxno29SUGbzQYZbUfh4aJ59V71swTSphiJp9AO7jw rWlz0UVigsO5T6BVC3uYTpH48xHknUrNzaP3bXvlTc8ptKChZUP1AjwW5lS2WlOfPmpn 6WydtGVmgE1LP7qsSW+0cHYEYWM9/bZG+NTRA= Received: by 10.180.92.165 with SMTP id cn5mr5012822wib.2.1330202906202; Sat, 25 Feb 2012 12:48:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.203.145 with HTTP; Sat, 25 Feb 2012 12:48:06 -0800 (PST) In-Reply-To: References: From: Brandon Williams Date: Sat, 25 Feb 2012 14:48:06 -0600 Message-ID: Subject: Re: Only the last added node is visible in the cluster To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Then my next guess is you cloned one system to make the others in a virtual env, and the token is recorded in the system keyspace. In any case, some nodetool ring output at each node addition will clarify this. -Brandon On Sat, Feb 25, 2012 at 1:20 PM, Aditya Gupta wrote: > Nope, I just re-verified=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 wro= te: >> >> 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 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 ? >> > > >