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 <sylv...@datastax.com>:
> On Sun, Jul 31, 2011 at 2:25 AM, Jason Baker <ja...@apture.com> wrote:
>> When I run nodetool repair on a node on my 3-node cluster, I see 3 messages
>> like the following:
>>  INFO [manual-repair-6d9a617f-c496-4744-9002-a56909b83d5b] 2011-07-30
>> 18:50:28,464 AntiEntropyService.java (line 636) No neighbors to repair with
>> for system on (0,56713727820156410577229101238628035242]:
>> manual-repair-6d9a617f-c496-4744-9002-a56909b83d5b completed.
>> Granted, there's no data on these machines yet.  Is this normal?
>
> You can discard those. This is saying it cannot repair the system keyspace
> (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
>

Reply via email to