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 80512BD53 for ; Wed, 4 Jan 2012 11:44:40 +0000 (UTC) Received: (qmail 16106 invoked by uid 500); 4 Jan 2012 11:44:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 15257 invoked by uid 500); 4 Jan 2012 11:44:28 -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 15224 invoked by uid 99); 4 Jan 2012 11:44:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 11:44:24 +0000 X-ASF-Spam-Status: No, hits=-2001.6 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; Wed, 04 Jan 2012 11:44:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A8523137976 for ; Wed, 4 Jan 2012 11:43:38 +0000 (UTC) Date: Wed, 4 Jan 2012 11:43:38 +0000 (UTC) From: "Vitalii Tymchyshyn (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <1132230281.4245.1325677418690.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1757445830.2346.1323718891381.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3615) CommitLog BufferOverflowException 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-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179423#comment-13179423 ] Vitalii Tymchyshyn commented on CASSANDRA-3615: ----------------------------------------------- I am sorry, but I don't see it committed in https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogSegment.java > CommitLog BufferOverflowException > --------------------------------- > > Key: CASSANDRA-3615 > URL: https://issues.apache.org/jira/browse/CASSANDRA-3615 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.1 > Reporter: Rick Branson > Assignee: Rick Branson > Fix For: 1.1 > > Attachments: 3615.txt, cl-buffer-overflow.patch > > > Reported on mailing list http://mail-archives.apache.org/mod_mbox/cassandra-dev/201112.mbox/%3CCAJHHpg2Rw_BWFJ9DycRGSYkmwMwrJDK3%3Dzw3HwRoutWHbUcULw%40mail.gmail.com%3E > ERROR 14:07:31,215 Fatal exception in thread > Thread[COMMIT-LOG-WRITER,5,main] > java.nio.BufferOverflowException > at java.nio.Buffer.nextPutIndex(Buffer.java:501) > at java.nio.DirectByteBuffer.putInt(DirectByteBuffer.java:654) > at > org.apache.cassandra.db.commitlog.CommitLogSegment.write(CommitLogSegment.java:259) > at > org.apache.cassandra.db.commitlog.CommitLog$LogRecordAdder.run(CommitLog.java:568) > at > org.apache.cassandra.db.commitlog.PeriodicCommitLogExecutorService$1.runMayThrow(PeriodicCommitLogExecutorService.java:49) > at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) > at java.lang.Thread.run(Thread.java:662) > INFO 14:07:31,504 flushing high-traffic column family CFS(Keyspace='***', > ColumnFamily='***') (estimated 103394287 bytes) > It happened during a fairly standard load process using M/R. -- 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