You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/04/04 02:49:16 UTC

[jira] [Resolved] (HBASE-5435) TestForceCacheImportantBlocks fails with OutOfMemoryError

     [ https://issues.apache.org/jira/browse/HBASE-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-5435.
--------------------------

    Resolution: Later

Unassigned report of failing unit test.  Resolving as later.
                
> TestForceCacheImportantBlocks fails with OutOfMemoryError
> ---------------------------------------------------------
>
>                 Key: HBASE-5435
>                 URL: https://issues.apache.org/jira/browse/HBASE-5435
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>             Fix For: 0.95.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.<init>(Deflater.java:124)
> 	at java.util.zip.GZIPOutputStream.<init>(GZIPOutputStream.java:46)
> 	at java.util.zip.GZIPOutputStream.<init>(GZIPOutputStream.java:58)
> 	at org.apache.hadoop.hbase.io.hfile.ReusableStreamGzipCodec$ReusableGzipOutputStream$ResetableGZIPOutputStream.<init>(ReusableStreamGzipCodec.java:79)
> 	at org.apache.hadoop.hbase.io.hfile.ReusableStreamGzipCodec$ReusableGzipOutputStream.<init>(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
For more information on JIRA, see: http://www.atlassian.com/software/jira