Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E5309C87 for ; Wed, 21 Mar 2012 19:18:02 +0000 (UTC) Received: (qmail 52771 invoked by uid 500); 21 Mar 2012 19:18:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52740 invoked by uid 500); 21 Mar 2012 19:18:01 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 52731 invoked by uid 99); 21 Mar 2012 19:18:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2012 19:18:01 +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, 21 Mar 2012 19:18:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 784711B69E2 for ; Wed, 21 Mar 2012 19:17:40 +0000 (UTC) Date: Wed, 21 Mar 2012 19:17:40 +0000 (UTC) From: "Lars Hofhansl (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <151476771.43683.1332357460513.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1413811438.852.1329681034499.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5435) TestForceCacheImportantBlocks fails with OutOfMemoryError 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/HBASE-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-5435: --------------------------------- Fix Version/s: (was: 0.94.0) 0.96.0 > TestForceCacheImportantBlocks fails with OutOfMemoryError > --------------------------------------------------------- > > Key: HBASE-5435 > URL: https://issues.apache.org/jira/browse/HBASE-5435 > Project: HBase > Issue Type: Test > Reporter: Zhihong Yu > Fix For: 0.96.0 > > > Here is related stack trace (see https://builds.apache.org/job/HBase-TRUNK/2665/testReport/org.apache.hadoop.hbase.io.hfile/TestForceCacheImportantBlocks/testCacheBlocks_1_/): > {code} > Caused by: java.lang.OutOfMemoryError > at java.util.zip.Deflater.init(Native Method) > at java.util.zip.Deflater.(Deflater.java:124) > at java.util.zip.GZIPOutputStream.(GZIPOutputStream.java:46) > at java.util.zip.GZIPOutputStream.(GZIPOutputStream.java:58) > at org.apache.hadoop.hbase.io.hfile.ReusableStreamGzipCodec$ReusableGzipOutputStream$ResetableGZIPOutputStream.(ReusableStreamGzipCodec.java:79) > at org.apache.hadoop.hbase.io.hfile.ReusableStreamGzipCodec$ReusableGzipOutputStream.(ReusableStreamGzipCodec.java:90) > at org.apache.hadoop.hbase.io.hfile.ReusableStreamGzipCodec.createOutputStream(ReusableStreamGzipCodec.java:130) > at org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCodec.java:101) > at org.apache.hadoop.hbase.io.hfile.Compression$Algorithm.createPlainCompressionStream(Compression.java:239) > at org.apache.hadoop.hbase.io.hfile.Compression$Algorithm.createCompressionStream(Compression.java:223) > at org.apache.hadoop.hbase.io.hfile.HFileWriterV1.getCompressingStream(HFileWriterV1.java:270) > at org.apache.hadoop.hbase.io.hfile.HFileWriterV1.close(HFileWriterV1.java:416) > at org.apache.hadoop.hbase.regionserver.StoreFile$Writer.close(StoreFile.java:1115) > at org.apache.hadoop.hbase.regionserver.Store.internalFlushCache(Store.java:706) > at org.apache.hadoop.hbase.regionserver.Store.flushCache(Store.java:633) > at org.apache.hadoop.hbase.regionserver.Store.access$400(Store.java:106) > {code} -- 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