Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 48589 invoked from network); 8 Jun 2009 22:14:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jun 2009 22:14:20 -0000 Received: (qmail 5770 invoked by uid 500); 8 Jun 2009 22:14:32 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 5755 invoked by uid 500); 8 Jun 2009 22:14:32 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 5745 invoked by uid 99); 8 Jun 2009 22:14:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 22:14:32 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 22:14:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4406234C1E6 for ; Mon, 8 Jun 2009 15:14:07 -0700 (PDT) Message-ID: <9448614.1244499247934.JavaMail.jira@brutus> Date: Mon, 8 Jun 2009 15:14:07 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Issue Comment Edited: (CASSANDRA-208) OOM intermittently during compaction In-Reply-To: <233392695.1243615845551.JavaMail.jira@brutus> 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-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717453#action_12717453 ] Jonathan Ellis edited comment on CASSANDRA-208 at 6/8/09 3:12 PM: ------------------------------------------------------------------ 208-2 fixes syncing of the bloom filter files. this fixes the compactions failure and all the others except timesort, which is not actually a new bug. CASSANDRA-223 shows that the timesort failure is caused by a bug in TimeFilter that dates back to the FB import. was (Author: jbellis): 208-2 fixes syncing of the bloom filter files. this fixes the compactions failure. > OOM intermittently during compaction > ------------------------------------ > > Key: CASSANDRA-208 > URL: https://issues.apache.org/jira/browse/CASSANDRA-208 > Project: Cassandra > Issue Type: Bug > Environment: arch: x86_64 > os: Linux version 2.6.18-92.1.22.el5 > java: nio2-ea-bin-b99-linux-x64-05_feb_2009 > Reporter: Jiansheng Huang > Assignee: Jonathan Ellis > Priority: Critical > Fix For: 0.4 > > Attachments: 0001-CASSANDRA-208-cleanup.txt, 0002-r-m-touch.txt, 0003-split-sstable-into-data-index-and-bloom-filter-files.txt, 0004-fix-ColumnReader-add-tests.patch, 0005-fix-test-order-dependent-failures.patch, 208-2.patch, 208.patch > > > jvm crashes intermittently during compaction. Our test data set is not that big, less than 10 GB. > When jvm is about to crash, we see that it consumes a lot of memory (exceeding the max heap size). > The excessive memory usage during compaction is caused by the maintenance of blockIndexes_ in SSTable. this blockIndexes_ was only introduced to the apache version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.