Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 8035 invoked from network); 16 Apr 2011 19:17:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2011 19:17:56 -0000 Received: (qmail 3882 invoked by uid 500); 16 Apr 2011 19:17:54 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 3863 invoked by uid 500); 16 Apr 2011 19:17:54 -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 3855 invoked by uid 99); 16 Apr 2011 19:17:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 19:17:54 +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 (athena.apache.org: domain of ruslan.usifov@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-px0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 19:17:48 +0000 Received: by pxi7 with SMTP id 7so2414020pxi.30 for ; Sat, 16 Apr 2011 12:17:27 -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:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=tsuWCp+E6AdrqQFdu4X963HWYvYIPcoAJ+4ogpaiN0E=; b=iSjlmiIAwchvP/pKNQITeVI9OCGkdfN5DcAKMMMe1z8KkScZrZF2aQgBMiQ4iIq94u tYHqALo5MMQ27Ej/obi2JxjaElSsFCa9sFN2IZVEgSVi83KujksIy0szWFeHkizX+UMa qQZVorpbeTMnkK+lpFXi7tZM87pogJFiJiFBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=vFGABzZrpBHAOIsM633oS0xWYVtkOh7SEXW6IyT65FO5xNhIcvBbLZuS3lvqkKqFCc FzV8JL5mEUuvFFh3bVLnqBkp7Bqf0wmw2ezI29JPlLKpcvby+A0w5K+l5FGj2u6gQa/G aJhvG+M4fpHDlma8SIbfycVXr7NHohSY+Xg6E= MIME-Version: 1.0 Received: by 10.142.178.17 with SMTP id a17mr1610153wff.65.1302981447727; Sat, 16 Apr 2011 12:17:27 -0700 (PDT) Received: by 10.142.254.18 with HTTP; Sat, 16 Apr 2011 12:17:27 -0700 (PDT) In-Reply-To: <000001cbfbf9$f4bd8280$de388780$@com> References: <000001cbfbf9$f4bd8280$de388780$@com> Date: Sat, 16 Apr 2011 23:17:27 +0400 Message-ID: Subject: Re: What will be the steps for adding new nodes From: ruslan usifov To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2011/4/16 Roni : > I have a 0.6.4 Cassandra cluster of two nodes in full replica=A0(replica > factor 2). I wants to add two more nodes and balance the cluster (replica > factor 2). > > I want all of them to be seed's. > > > > What should be the simple steps: > > 1. add the "true" to=A0all the nodes=A0or= =A0only > the new ones? > You must add this option only on new nodes > 2. add the "[new_node]" to the config file of the old nodes > before adding the new ones? > If you do that bootstrap will no be working. And this is not needed step. I think that enough only few seed nodes for fault tolerance > 3. do the old node need to be restarted (if no change is needed in their > config file)? > No that not needed