Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07A4075B2 for ; Sat, 24 Sep 2011 06:14:48 +0000 (UTC) Received: (qmail 60967 invoked by uid 500); 24 Sep 2011 06:14:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 60936 invoked by uid 500); 24 Sep 2011 06:14:47 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 60928 invoked by uid 99); 24 Sep 2011 06:14:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 06:14:47 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 06:14:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 362F8AE340 for ; Sat, 24 Sep 2011 06:14:26 +0000 (UTC) Date: Sat, 24 Sep 2011 06:14:26 +0000 (UTC) From: "Jason Harvey (JIRA)" To: commits@cassandra.apache.org Message-ID: <1124007103.8794.1316844866218.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <30399641.8789.1316844746266.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3256) AssertionError when repairing a node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13113908#comment-13113908 ] Jason Harvey commented on CASSANDRA-3256: ----------------------------------------- I should note, this same node has been repaired several times in the past with no issues. > AssertionError when repairing a node > ------------------------------------ > > Key: CASSANDRA-3256 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3256 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.8.5 > Reporter: Jason Harvey > Priority: Minor > > When repairing a node, the following exception was thrown two times: > {code} > ERROR [AntiEntropyStage:2] 2011-09-23 23:00:24,016 AbstractCassandraDaemon.java (line 139) Fatal exception in thread Thread[AntiEntropyStage:2,5,main] > java.lang.AssertionError > at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:170) > at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90) > at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:518) > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:59) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > {code} > No other errors occurred on the node. From peeking at the code, this assertion appears to simply check if an existing repair session could be found. Interestingly, the repair did continue to run after this as evidenced by several other AntiEntropyService entires in the log. > 8 node ring with an RF of 3, if that matters at all. No other nodes in the ring threw exceptions. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira