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 41EC39813 for ; Wed, 14 Mar 2012 10:12:22 +0000 (UTC) Received: (qmail 15793 invoked by uid 500); 14 Mar 2012 10:12:19 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 15760 invoked by uid 500); 14 Mar 2012 10:12:19 -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 15748 invoked by uid 99); 14 Mar 2012 10:12:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 10:12:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of watanabe.maki@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 10:12:13 +0000 Received: by werb10 with SMTP id b10so1816933wer.31 for ; Wed, 14 Mar 2012 03:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=OQGw+Dy0W6lD9bg6mQ2pVUqUaPem0EmeArU8SqIkH4k=; b=Txdw843G00PMT414TkQEYnU9HoDNHFlg7C2nwMVQQp703OnmjzOlLtKzTYBinT1/yO OtKPjt5NAs8206i1x6kkGmSEW7icptt7gw2MRUnIAlI3No+YietXYZcfZBIjAkuMj0Xi oRbte6e/cKS3P1T9npDnMItm1AKUlgd9ltS1vHAUIK0xqHRfgXE85LyBYDlbb82ddq40 uAivPAzH01PCMTAwLCWBCMZeXEGWspOQA1cr1X1Y3o1jOVEhAY23UtcbcoygER7onmFY lxd7qwy5+DOO/woUkLg5MtpJoUb8VEnT+PWTT7a490H1J2r5JFJ+3I3vmkUiG2wrfYIa t56g== MIME-Version: 1.0 Received: by 10.180.82.136 with SMTP id i8mr4801473wiy.19.1331719913250; Wed, 14 Mar 2012 03:11:53 -0700 (PDT) Received: by 10.223.57.193 with HTTP; Wed, 14 Mar 2012 03:11:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Mar 2012 19:11:53 +0900 Message-ID: Subject: Re: Adding nodes to cluster (Cassandra 1.0.8) From: Maki Watanabe To: user@cassandra.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Do you use same storage_port across 3 nodes? Can you access to the storage_port of the seed node from the last (failed) = node? 2012/3/14 Rishabh Agrawal : > I was able to successfully join a node to already existing one-node clust= er > (without giving any intital_token), but when I add another machine with > identical settings (with changes in listen broadcast and rpc address). I = am > unable to join it to the cluster and it gives me following error: > > > > INFO 17:50:35,555 JOINING: schema complete, ready to bootstrap > > INFO 17:50:35,556 JOINING: getting bootstrap token > > ERROR 17:50:35,557 Exception encountered during startup > > java.lang.RuntimeException: No other nodes seen!=A0 Unable to bootstrap.I= f you > intended to start a single-node cluster, you should make sure your > broadcast_address (or listen_address) is listed as a seed.=A0 Otherwise, = you > need to determine why the seed being contacted has no knowledge of the re= st > of the cluster.=A0 Usually, this can be solved by giving all nodes the sa= me > seed list. > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.dht.BootStrapper.getBootstrapSource(BootStrapper.jav= a:168) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.dht.BootStrapper.getBalancedToken(BootStrapper.java:= 150) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.dht.BootStrapper.getBootstrapToken(BootStrapper.java= :145) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.= java:565) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.StorageService.initServer(StorageService.jav= a:484) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.StorageService.initServer(StorageService.jav= a:395) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassan= draDaemon.java:234) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCas= sandraDaemon.java:356) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:107= ) > > java.lang.RuntimeException: No other nodes seen!=A0 Unable to bootstrap.I= f you > intended to start a single-node cluster, you should make sure your > broadcast_address (or listen_address) is listed as a seed.=A0 Otherwise, = you > need to determine why the seed being contacted has no knowledge of the re= st > of the cluster.=A0 Usually, this can be solved by giving all nodes the sa= me > seed list. > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.dht.BootStrapper.getBootstrapSource(BootStrapper.jav= a:168) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.dht.BootStrapper.getBalancedToken(BootStrapper.java:= 150) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.dht.BootStrapper.getBootstrapToken(BootStrapper.java= :145) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.= java:565) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.StorageService.initServer(StorageService.jav= a:484) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.StorageService.initServer(StorageService.jav= a:395) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassan= draDaemon.java:234) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCas= sandraDaemon.java:356) > > =A0=A0=A0=A0=A0=A0=A0 at > org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:107= ) > > Exception encountered during startup: No other nodes seen!=A0 Unable to > bootstrap.If you intended to start a single-node cluster, you should make > sure your broadcast_address (or listen_address) is listed as a seed. > Otherwise, you need to determine why the seed being contacted has no > knowledge of the rest of the cluster.=A0 Usually, this can be solved by g= iving > all nodes the same seed list. > > INFO 17:50:35,571 Waiting for messaging service to quiesce > > INFO 17:50:35,571 MessagingService shutting down server thread. > > > > > > Now when I put some interger value to intial_token=A0 the Cassandra start= s > working but is not able to connect to the main cluster which became evide= nt > from the command Nodetool =96h ring. It displayed itsel= f > with 100% ownership. > > > > > > Kindly help me with it asap. > > > > Regards > > Rishabh > > > > > ________________________________ > > Impetus to sponsor and exhibit at Structure Data 2012, NY; Mar 21-22. Kno= w > more about our Big Data quick-start program at the event. > > New Impetus webcast =91Cloud-enabled Performance Testing vis-=E0-vis On-p= remise=92 > available at http://bit.ly/z6zT4L. > > > NOTE: This message may contain information that is confidential, > proprietary, privileged or otherwise protected by law. The message is > intended solely for the named addressee. If received in error, please > destroy and notify the sender. Any use of this email is prohibited when > received in error. Impetus does not represent, warrant and/or guarantee, > that the integrity of this communication has been maintained nor that the > communication is free of errors, virus, interception or interference.