Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 13023 invoked from network); 2 Mar 2011 20:12:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 20:12:57 -0000 Received: (qmail 8087 invoked by uid 500); 2 Mar 2011 20:12:57 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 8064 invoked by uid 500); 2 Mar 2011 20:12:57 -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 8056 invoked by uid 99); 2 Mar 2011 20:12:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 20:12:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 02 Mar 2011 20:12:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 16F134CD94 for ; Wed, 2 Mar 2011 20:12:37 +0000 (UTC) Date: Wed, 2 Mar 2011 20:12:37 +0000 (UTC) From: "Pavel Yaskevich (JIRA)" To: commits@cassandra.apache.org Message-ID: <628401647.8697.1299096757090.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1038152356.2959.1298928637363.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Issue Comment Edited: (CASSANDRA-2256) BRAF assertion error 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-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001592#comment-13001592 ] Pavel Yaskevich edited comment on CASSANDRA-2256 at 3/2/11 8:11 PM: -------------------------------------------------------------------- It is also half-solving, I think we can check that for read-only files and writable we can leave this as is (makes perfect sense), any counter-argument? was (Author: xedin): It is also I half-solving, I think we can check that for read-only files and writable we can leave this as is (makes perfect sense), any counter-argument? > BRAF assertion error > -------------------- > > Key: CASSANDRA-2256 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2256 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.3 > Reporter: Jonathan Ellis > Assignee: Pavel Yaskevich > Fix For: 0.7.4 > > Attachments: CASSANDRA-2256.patch > > > While investigating CASSANDRA-2240 I ran into this: > {noformat} > java.lang.AssertionError > at org.apache.cassandra.io.util.BufferedRandomAccessFile.read(BufferedRandomAccessFile.java\ > :230) > at java.io.RandomAccessFile.readByte(RandomAccessFile.java:589) > at org.apache.cassandra.utils.ByteBufferUtil.readShortLength(ByteBufferUtil.java:273) > at org.apache.cassandra.utils.ByteBufferUtil.readWithShortLength(ByteBufferUtil.java:284) > at org.apache.cassandra.db.CompactionManager.doScrub(CompactionManager.java:539) > {noformat} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira