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 07EC8175C7 for ; Tue, 20 Jan 2015 18:17:36 +0000 (UTC) Received: (qmail 50674 invoked by uid 500); 20 Jan 2015 18:17:35 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 50640 invoked by uid 500); 20 Jan 2015 18:17:35 -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 50628 invoked by uid 99); 20 Jan 2015 18:17:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2015 18:17:35 +0000 Date: Tue, 20 Jan 2015 18:17:35 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-8631) long-test MeteredFlusherTest fails with heap OOM 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-8631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14284146#comment-14284146 ] Jonathan Ellis commented on CASSANDRA-8631: ------------------------------------------- +1 remove the test in 2.0 (and rename in 2.1?) > long-test MeteredFlusherTest fails with heap OOM > ------------------------------------------------ > > Key: CASSANDRA-8631 > URL: https://issues.apache.org/jira/browse/CASSANDRA-8631 > Project: Cassandra > Issue Type: Test > Components: Tests > Environment: cassandra-2.0 commit 90780b5 > Reporter: Michael Shuler > Assignee: Benedict > Priority: Minor > Labels: unit-test > > I attempted to find a spot where this test actually passes, and I was unable to do so. I tried back to 1.1 HEAD and various release tags under jdk7 and jdk6 for <= 1.2 tags. In 1.2.0 with jdk6, the test times out with java.lang.OutOfMemoryError: GC overhead limit exceeded, so it's similar. > {noformat} > [junit] Testcase: testManyMemtables(org.apache.cassandra.db.MeteredFlusherTest): Caused an ERROR > [junit] Java heap space > [junit] java.lang.OutOfMemoryError: Java heap space > [junit] at java.nio.HeapByteBuffer.(HeapByteBuffer.java:57) > [junit] at java.nio.ByteBuffer.allocate(ByteBuffer.java:331) > [junit] at org.apache.cassandra.utils.SlabAllocator$Region.(SlabAllocator.java:157) > [junit] at org.apache.cassandra.utils.SlabAllocator$Region.(SlabAllocator.java:131) > [junit] at org.apache.cassandra.utils.SlabAllocator.getRegion(SlabAllocator.java:101) > [junit] at org.apache.cassandra.utils.SlabAllocator.allocate(SlabAllocator.java:73) > [junit] at org.apache.cassandra.utils.Allocator.clone(Allocator.java:30) > [junit] at org.apache.cassandra.db.Column.localCopy(Column.java:277) > [junit] at org.apache.cassandra.db.Memtable$1.apply(Memtable.java:114) > [junit] at org.apache.cassandra.db.Memtable$1.apply(Memtable.java:111) > [junit] at org.apache.cassandra.db.AtomicSortedColumns.addAllWithSizeDelta(AtomicSortedColumns.java:194) > [junit] at org.apache.cassandra.db.Memtable.resolve(Memtable.java:218) > [junit] at org.apache.cassandra.db.Memtable.put(Memtable.java:165) > [junit] at org.apache.cassandra.db.ColumnFamilyStore.apply(ColumnFamilyStore.java:901) > [junit] at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:374) > [junit] at org.apache.cassandra.db.Keyspace.apply(Keyspace.java:339) > [junit] at org.apache.cassandra.db.RowMutation.applyUnsafe(RowMutation.java:216) > [junit] at org.apache.cassandra.db.MeteredFlusherTest.testManyMemtables(MeteredFlusherTest.java:59) > [junit] > [junit] > [junit] Test org.apache.cassandra.db.MeteredFlusherTest FAILED > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)