Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 87614 invoked from network); 1 Nov 2010 22:08:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 22:08:18 -0000 Received: (qmail 35605 invoked by uid 500); 1 Nov 2010 22:08:47 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 35578 invoked by uid 500); 1 Nov 2010 22:08:47 -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 35570 invoked by uid 99); 1 Nov 2010 22:08:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 22:08:47 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of edlinuxguru@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 22:08:40 +0000 Received: by fxm9 with SMTP id 9so5764953fxm.31 for ; Mon, 01 Nov 2010 15:08:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=cQYZXk1dX4hxSWk9YVgGxkmN6VLt/rv29SkYyG0Ilmc=; b=sn0NJXTkLxeXJMFmVMUofyI6OYZjmbiABWDjm2M01BpE26FYUZTZyUrr6Yp+KoSV6W 2ZUt7Bngypn0lfuHWfygNXBEemrraZy6/9vfMV/XNVnYADA+4mYflQs2BVpRoiBqeKg5 zOzFXUYPnWmQLjMq5ebiJM6aAqjxfW3O9qwcY= 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=mUj+b2Oa3Ot5QhDJNZ42lBFQdRZ5EjMUi0Y8+gUvo4e4Ih42VVsQnlSMkafKzpY2eb P+4QnLpMFDF1M5vSbl7oKhejEnCPqUidutqASRClTMMXWdci5pQeq2NOrqvvI+vFvXvg SrMssoUz4Zw9BoIVWlX0EbNs+l5dnyvToxO5c= MIME-Version: 1.0 Received: by 10.223.74.198 with SMTP id v6mr81496faj.4.1288649300502; Mon, 01 Nov 2010 15:08:20 -0700 (PDT) Received: by 10.223.103.199 with HTTP; Mon, 1 Nov 2010 15:08:20 -0700 (PDT) In-Reply-To: <0D83BEFE4B70484AA8BDF69BB54C390688D933A0@mail.choicestream.com> References: <0D83BEFE4B70484AA8BDF69BB54C390688D933A0@mail.choicestream.com> Date: Mon, 1 Nov 2010 18:08:20 -0400 Message-ID: Subject: Re: Adding nodes in new data center From: Edward Capriolo 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 On Mon, Nov 1, 2010 at 6:01 PM, Henry Luo wrote: > We have a cluster running in one data center, and are adding some in a ne= w > data center. There are some data already in the current cluster. > > We did something wrong at first by not having AutoBootstrap on, when we s= aw > no data being migrated. So we wiped out the data on the new nodes, and th= en > start them up with AutoBootstrap on. We still did not see data migrated. > > > > I=92m thinking that we need to do a nodetool decommission the new nodes, = and > start them with AutoBootstrap on. Does that make sense? > > > > Thanks. > > Henry > > ________________________________ > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential, proprietary, and/or > privileged material. Any review, retransmission, dissemination or other u= se > of, or taking of any action in reliance upon this information by persons = or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from all > computers. > Correct. Once you have started a node with auto-bootstrap=3Dfalse, changing the configuration file no longer works. The nodes are bootstrapped and joined to the cluster. Yes. you want to decommission or removetoken the new nodes. Set auto-bootstrap to true, set an initialtoken and start them.