Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 76129 invoked from network); 10 Sep 2010 23:50:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 23:50:55 -0000 Received: (qmail 2567 invoked by uid 500); 10 Sep 2010 23:50:55 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 2544 invoked by uid 500); 10 Sep 2010 23:50:55 -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 2536 invoked by uid 99); 10 Sep 2010 23:50:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 23:50:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 23:50:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8ANoYbG014213 for ; Fri, 10 Sep 2010 23:50:34 GMT Message-ID: <25046648.128941284162634394.JavaMail.jira@thor> Date: Fri, 10 Sep 2010 19:50:34 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1493) AssertionError in MessagingService.receive for READ_REPAIR verb In-Reply-To: <15470462.121281284135213322.JavaMail.jira@thor> 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-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908237#action_12908237 ] Jonathan Ellis commented on CASSANDRA-1493: ------------------------------------------- +1 > AssertionError in MessagingService.receive for READ_REPAIR verb > --------------------------------------------------------------- > > Key: CASSANDRA-1493 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1493 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.7 beta 2 > Reporter: Johan Oskarsson > Fix For: 0.7 beta 2 > > Attachments: CASSANDRA-1493.patch > > > Read repair messages are causing an assertion error in MessagingService. Looks like the enum introduced in CASSANDRA-1465 is missing a verb? > Added two lines of debug output, so lines are a bit off: > DEBUG [pool-1-thread-1] 2010-09-10 15:39:23,555 MessagingService.java (line 373) Verb: READ_REPAIR > DEBUG [pool-1-thread-1] 2010-09-10 15:39:23,555 MessagingService.java (line 374) MessageType: null > ERROR [pool-1-thread-1] 2010-09-10 15:39:23,555 Cassandra.java (line 1744) Internal error processing get > java.lang.AssertionError > at org.apache.cassandra.net.MessagingService.receive(MessagingService.java:376) > at org.apache.cassandra.net.MessagingService.sendOneWay(MessagingService.java:285) > at org.apache.cassandra.service.ReadResponseResolver.maybeScheduleRepairs(ReadResponseResolver.java:163) > at org.apache.cassandra.service.ReadResponseResolver.resolve(ReadResponseResolver.java:116) > at org.apache.cassandra.service.ReadResponseResolver.resolve(ReadResponseResolver.java:43) > at org.apache.cassandra.service.QuorumResponseHandler.get(QuorumResponseHandler.java:89) > at org.apache.cassandra.service.StorageProxy.strongRead(StorageProxy.java:430) > at org.apache.cassandra.service.StorageProxy.readProtocol(StorageProxy.java:266) > at org.apache.cassandra.thrift.CassandraServer.readColumnFamily(CassandraServer.java:113) > at org.apache.cassandra.thrift.CassandraServer.get(CassandraServer.java:317) > at org.apache.cassandra.thrift.Cassandra$Processor$get.process(Cassandra.java:1734) > at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:1634) > at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:167) > 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:619) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.