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 CB94C60A5 for ; Sun, 31 Jul 2011 19:05:36 +0000 (UTC) Received: (qmail 99476 invoked by uid 500); 31 Jul 2011 19:05:34 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 99453 invoked by uid 500); 31 Jul 2011 19:05:33 -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 99445 invoked by uid 99); 31 Jul 2011 19:05:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2011 19:05:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of norman.maurer@googlemail.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2011 19:05:29 +0000 Received: by iye7 with SMTP id 7so7207629iye.31 for ; Sun, 31 Jul 2011 12:05:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=KM7DAjBJMNshDTjt4skQd9BmBzuS2HzA2OxQclkr4i4=; b=hyGB6uByVXKjA/lJKEDS5jLuBMZj39PXO8tnWpVBxSH71FXE0e3UOdOit2YVD8hVoe k9WO/rbsYqROlpwXvHaVGOSinOrp0jAPiG2KhxxptLfbIomMnri3vhfEHdtOO3FNnJPN E/eUxFiWcGbLugqi//nIwG/VH1gqc+ztRkkV4= MIME-Version: 1.0 Received: by 10.231.60.73 with SMTP id o9mr2294483ibh.33.1312139108553; Sun, 31 Jul 2011 12:05:08 -0700 (PDT) Received: by 10.231.14.141 with HTTP; Sun, 31 Jul 2011 12:05:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 31 Jul 2011 21:05:08 +0200 Message-ID: Subject: Re: nodetool repair: No neighbors From: Norman Maurer To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I created an issue and attached a patch: https://issues.apache.org/jira/browse/CASSANDRA-2979 I was not sure if it would be better to handle it in NodeProbe or StorageService.. Bye, Norman 2011/7/31 Sylvain Lebresne : > On Sun, Jul 31, 2011 at 2:25 AM, Jason Baker wrote: >> When I run nodetool repair on a node on my 3-node cluster, I see 3 messa= ges >> like the following: >> =A0INFO [manual-repair-6d9a617f-c496-4744-9002-a56909b83d5b] 2011-07-30 >> 18:50:28,464 AntiEntropyService.java (line 636) No neighbors to repair w= ith >> for system on (0,56713727820156410577229101238628035242]: >> manual-repair-6d9a617f-c496-4744-9002-a56909b83d5b completed. >> Granted, there's no data on these machines yet. =A0Is this normal? > > You can discard those. This is saying it cannot repair the system keyspac= e > (table used internally). It turns those aren't replicated and thus don't = need > to be repaired. We should probably update the code to skip trying to > repair the system table but in the meantime this is harmless. > > -- > Sylvain >