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 D31566C0D for ; Wed, 22 Jun 2011 16:35:22 +0000 (UTC) Received: (qmail 24476 invoked by uid 500); 22 Jun 2011 16:35:20 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 24453 invoked by uid 500); 22 Jun 2011 16:35:20 -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 24441 invoked by uid 99); 22 Jun 2011 16:35:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 16:35:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@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; Wed, 22 Jun 2011 16:35:14 +0000 Received: by wwe5 with SMTP id 5so895805wwe.25 for ; Wed, 22 Jun 2011 09:34:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=Q5YF/JeV96sXmb2vLB0oGjOFiyT3TY3NIE+H8phjVLk=; b=Sw3OfbJxXbFFjlhwUVSGz0qMsRINrC9OhWN3G3UGdR75Jm3c/PChQHPsV6DQTnDO+d 4rucEVM2AhfSnVzTE9ZR0LP1fnUAGN1uvFSHLgkhMgAb9DRo1PzhHMkbe9JcqzMyTPuB xQD++XNOGexqJcHE0DDw8PM7fNoiRzCu+reIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=P3Y0H4027MU8RNH4Gl3CHCHBSrWYLrAiuh89lcTgYVp2FJtVri3Mn1TK1hp8CeuAvR 6mLRZHJD+O61/KZxqwjTu9kDozz2fiL+tmOebIdDG+gOEk8/0y4dGEEVhU1UCpczln5F wdyHdlF88CR8wU1ADV3EvXGBK1yTPpRnsItEE= Received: by 10.216.237.65 with SMTP id x43mr924188weq.70.1308760493987; Wed, 22 Jun 2011 09:34:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.89.70 with HTTP; Wed, 22 Jun 2011 09:34:33 -0700 (PDT) In-Reply-To: References: From: Jonathan Ellis Date: Wed, 22 Jun 2011 11:34:33 -0500 Message-ID: Subject: Re: rpm from 0.7.x -> 0.8? 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 Doesn't matter. auto_bootstrap only applies to first start ever. On Wed, Jun 22, 2011 at 10:48 AM, William Oberman wrote: > I have a question about auto_bootstrap.=A0 When I originally brought up t= he > cluser, I did: > -seed with auto_boot =3D false > -1,2,3 with auto_boot =3D true > > Now that I'm doing a rolling upgrade, do I set them all to auto_boot =3D > true?=A0 Or does the seed stay false?=A0 Or should I mark them all false?= =A0 I > have manually set tokens on all of the. > > The doc confused me: > Set to 'true' to make new [non-seed] nodes automatically migrate the righ= t > data to themselves. (If no=A0InitialToken=A0is specified, they will pick = one > such that they will get half the range of the most-loaded node.) If a nod= e > starts up without bootstrapping, it will mark itself bootstrapped so that > you can't subsequently accidently bootstrap a node with data on it. (You = can > reset this by wiping your data and commitlog directories.) > Default is: 'false', so that new clusters don't bootstrap immediately. Yo= u > should turn this on when you start adding new nodes to a cluster that > already has data on it. > > I'm not adding new nodes, but the cluster does have data on it... > > will > > On Wed, Jun 22, 2011 at 11:39 AM, William Oberman > wrote: >> >> I just did a remove then install, and it seems to work. >> >> For those of you out there with JMX issues, the default port moved from >> 8080 to 7199 (which includes the internal default to nodetool).=A0 I was >> confused why nodetool ring would fail on some boxes and not others.=A0 I= had >> to add -p depending on the version of nodetool.... >> >> will >> >> On Wed, Jun 22, 2011 at 10:15 AM, William Oberman >> wrote: >>> >>> I'm running 0.7.4 from rpm (riptano).=A0 If I do a yum upgrade, it's tr= ying >>> to do 0.7.6.=A0 To get 0.8.x I have to do "install apache-cassandra08".= =A0 But >>> that is going to install two copies. >>> >>> Is there a semi-official way of properly upgrading to 0.8 via rpm? >>> >>> -- >>> Will Oberman >>> Civic Science, Inc. >>> 3030 Penn Avenue., First Floor >>> Pittsburgh, PA 15201 >>> (M) 412-480-7835 >>> (E) oberman@civicscience.com >> >> >> >> -- >> Will Oberman >> Civic Science, Inc. >> 3030 Penn Avenue., First Floor >> Pittsburgh, PA 15201 >> (M) 412-480-7835 >> (E) oberman@civicscience.com > > > > -- > Will Oberman > Civic Science, Inc. > 3030 Penn Avenue., First Floor > Pittsburgh, PA 15201 > (M) 412-480-7835 > (E) oberman@civicscience.com > --=20 Jonathan Ellis Project Chair, Apache Cassandra co-founder of DataStax, the source for professional Cassandra support http://www.datastax.com