Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 3994 invoked from network); 4 Oct 2010 12:39:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 12:39:24 -0000 Received: (qmail 67629 invoked by uid 500); 4 Oct 2010 12:39:22 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 67464 invoked by uid 500); 4 Oct 2010 12:39: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 67251 invoked by uid 99); 4 Oct 2010 12:39:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 12:39:18 +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 (athena.apache.org: domain of gdusbabek@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 12:39:13 +0000 Received: by wyi11 with SMTP id 11so5710328wyi.31 for ; Mon, 04 Oct 2010 05:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8DxlQPemYInv9OqdfqMd+SeZMz1J1shS3iQVa3MY2MA=; b=wvgbNo94BdQOlWVpqrM6Qx8nKi7xxFKaOqruI0nDKLfNZXY5SzeNRWZ48q64g502sV fCzm6pxg5GMWGrniw+jePFGZsayuu6ah05dpJyYAtKne2oFFHFFrglGVL0Zo6JTZQbc4 UDSxGPNECiqrLZ6lXmV1v/8szwShcEYYsqhLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=iFv4RufJ/0kXb+PQ1hAy3iZ7NEY9hf1wsgNHzleoZzsB1We7JSWvAOb+jK3AC0gsoA kyGuVP2OvL5+ieY7xezFTLJN7I5mvrpgOyLfQnTu1Crio3ZNuOrTbO7gIwqq0ltTQFM7 xI3u9IT8lwS3wcyDiPgfFgvCYPar6n7SLpcKI= MIME-Version: 1.0 Received: by 10.227.147.6 with SMTP id j6mr6176500wbv.57.1286195932121; Mon, 04 Oct 2010 05:38:52 -0700 (PDT) Received: by 10.216.179.21 with HTTP; Mon, 4 Oct 2010 05:38:52 -0700 (PDT) Reply-To: gdusbabek@gmail.com In-Reply-To: References: Date: Mon, 4 Oct 2010 07:38:52 -0500 Message-ID: Subject: Re: Hardware change of a node in the cluster From: Gary Dusbabek To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable It should work this way: 1. Move your data to the new node (scp, etc.) 2. Make sure the new node is configured to use the same token as the new no= de. 3. Stand up the new node. 4. Turn off the old node. If your environment is volatile, it's probably best to run `nodetool repair` on the new node. Gary. On Mon, Oct 4, 2010 at 04:58, Utku Can Top=E7u wrote: > Hey All, > > Recently I've tried to upgrade (hw upgrade) one of the nodes in my cassan= dra > cluster from ec2-small to ec2-large. > > However, there were problems and since the IP of the new instance was > different from the previous instance. The other nodes didnot recognize it= in > the ring. > > So what should be the best practice for a complete hardware change of one > node in the cluster while keeping the data that it has. > > Regards, > > Utku >