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 369A99058 for ; Sat, 10 Dec 2011 15:56:04 +0000 (UTC) Received: (qmail 59747 invoked by uid 500); 10 Dec 2011 15:56:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 59720 invoked by uid 500); 10 Dec 2011 15:56:04 -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 59712 invoked by uid 99); 10 Dec 2011 15:56:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2011 15:56:04 +0000 X-ASF-Spam-Status: No, hits=-2001.2 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, 10 Dec 2011 15:56:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 38FB710B20E for ; Sat, 10 Dec 2011 15:55:40 +0000 (UTC) Date: Sat, 10 Dec 2011 15:55:40 +0000 (UTC) From: "Jonathan Ellis (Resolved) (JIRA)" To: commits@cassandra.apache.org Message-ID: <264477887.61793.1323532540234.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1941293451.50186.1323281920505.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CASSANDRA-3585) Intermittent exceptions seen in cassandra 1.0.5 during Reads. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-3585. --------------------------------------- Resolution: Duplicate > Intermittent exceptions seen in cassandra 1.0.5 during Reads. > ------------------------------------------------------------- > > Key: CASSANDRA-3585 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3585 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.0.5 > Environment: RHEL 2.6.32-71.el6.x86_64. > RAM - 28GB > 11 CPUs of 2.6GHz > Reporter: Shantanu > Attachments: 3585-v2.txt, 3585.txt, CassandraLogs.tar.bz2, metap_system.log.zip, metap_system.log.zip > > > In my test setup I have cassandra db provisioned with cassandra 0.8.7. The setup is of two data centers. I have upgraded the cassandra to the latest version 1.0.5. I'm seeing following exceptions in cassandra logs - > ERROR [RequestResponseStage:32] 2011-12-06 14:46:08,150 AbstractCassandraDaemon.java (line 133) Fatal exception in thread Thread[RequestResponseStage:32,5,main] > java.io.IOError: java.io.EOFException > at org.apache.cassandra.service.AbstractRowResolver.preprocess(AbstractRowResolver.java:71) > at org.apache.cassandra.service.ReadCallback.response(ReadCallback.java:126) > at org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:45) > 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) > Caused by: java.io.EOFException > at java.io.DataInputStream.readFully(DataInputStream.java:180) > at org.apache.cassandra.db.ReadResponseSerializer.deserialize(ReadResponse.java:100) > at org.apache.cassandra.db.ReadResponseSerializer.deserialize(ReadResponse.java:81) > at org.apache.cassandra.service.AbstractRowResolver.preprocess(AbstractRowResolver.java:64) > ... 6 more > RF is set to DC1:3,DC2:3 and I/m doing the operations with CL=Local_Quorum. > I have run nodetool scrub on all the nodes in the ring to verify if it solves the issue but it didn't. > Thanks, > Shantanu -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira