Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 47926 invoked from network); 20 Mar 2010 18:24:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Mar 2010 18:24:37 -0000 Received: (qmail 72217 invoked by uid 500); 20 Mar 2010 18:24:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 72205 invoked by uid 500); 20 Mar 2010 18:24:36 -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 72197 invoked by uid 99); 20 Mar 2010 18:24:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Mar 2010 18:24:36 +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 jbellis@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; Sat, 20 Mar 2010 18:24:27 +0000 Received: by wyb29 with SMTP id 29so1960506wyb.31 for ; Sat, 20 Mar 2010 11:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=EA8IDL9pg0rRccNw+g5+yohMHYLuUhuFJgjIZATnc+4=; b=p2d4M2247XFMG2vNyYxxco5kSws3l5hp9Rz8uZQL8WDmdSR2jsVKBlaZTm1/AC9aW4 6m9whj93zrlfmck363D6auehKJW0xD8KYWG7lRftoX2TEErb1GCrwN2Nq2+SpUVgR6Iq Q6GHqy9AZO5DlkH1NHoygUB8aTyn66mKHOqSc= 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=ETT2ojhQK/HOieXYqUDnLDmGzqHGEmwAD6SPcXj8j3mlrCxXfrXxaJNQeVHYCGb+ki aSd9/nRqQgxFKJhUDRspCLdQbQb6oI1hI+9IWr6v7N1fOguC4HhtsLRWCPXePRKa2GDR zTmRTU5YOiSgF5TTwokekFLoYFI3mUkpZNXV8= MIME-Version: 1.0 Received: by 10.216.90.141 with SMTP id e13mr3561305wef.166.1269109447196; Sat, 20 Mar 2010 11:24:07 -0700 (PDT) In-Reply-To: <766B5A29D28DA442AB229AAEE2AFC44507DF67ABB8@SEAMBX.corp.real.com> References: <766B5A29D28DA442AB229AAEE2AFC44507DF67ABB8@SEAMBX.corp.real.com> From: Jonathan Ellis Date: Sat, 20 Mar 2010 13:23:47 -0500 Message-ID: Subject: Re: node repair 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 if you bring up a new node w/ a different ip but the same token, it will confuse things. http://wiki.apache.org/cassandra/Operations "handling failure" section covers best practices here. On Sat, Mar 20, 2010 at 11:51 AM, Todd Burruss wrote: > i had a node fail, lost all data. =A0so i brought it back up fresh, but a= ssigned it the same token in storage-conf.xml. =A0then ran nodetool repair. > > all compactions have finished, no streams are happening. =A0nothing. =A0s= o i did it again. =A0same thing. =A0i don't think its working. =A0is there = a log message i can search for? =A0INFO is my log level. =A0i could try it = again with debug i suppose. > > thx