You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2016/11/14 05:34:58 UTC

[jira] [Updated] (HBASE-17074) PreCommit job always fails because of OOM

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

Duo Zhang updated HBASE-17074:
------------------------------
    Attachment: HBASE-17074.patch

I‘ve changed the heap size of precommit job from 3100m to 6100m(The heap size of our HBase-trunk job is 6100m).

Let's see if it helps.

> PreCommit job always fails because of OOM
> -----------------------------------------
>
>                 Key: HBASE-17074
>                 URL: https://issues.apache.org/jira/browse/HBASE-17074
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: Duo Zhang
>            Priority: Critical
>         Attachments: HBASE-17074.patch
>
>
> https://builds.apache.org/job/PreCommit-HBASE-Build/4434/artifact/patchprocess/patch-unit-hbase-server.txt
> {noformat}
> Exception in thread "Thread-2369" java.lang.OutOfMemoryError: Java heap space
> 	at java.util.Arrays.copyOf(Arrays.java:3332)
> 	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
> 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:596)
> 	at java.lang.StringBuffer.append(StringBuffer.java:367)
> 	at java.io.BufferedReader.readLine(BufferedReader.java:370)
> 	at java.io.BufferedReader.readLine(BufferedReader.java:389)
> 	at org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.StreamPumper.run(StreamPumper.java:66)
> Exception in thread "Thread-2357" java.lang.OutOfMemoryError: Java heap space
> Exception in thread "Thread-2365" java.lang.OutOfMemoryError: Java heap space
> Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd
> Running org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt
> Exception in thread "Thread-2383" java.lang.OutOfMemoryError: Java heap space
> Exception in thread "Thread-2397" java.lang.OutOfMemoryError: Java heap space
> Exception in thread "Thread-2401" java.lang.OutOfMemoryError: Java heap space
> Running org.apache.hadoop.hbase.TestHBaseTestingUtility
> Exception in thread "Thread-2407" java.lang.OutOfMemoryError: Java heap space
> Exception in thread "Thread-2411" java.lang.OutOfMemoryError: Java heap space
> Exception in thread "Thread-2413" java.lang.OutOfMemoryError: Java heap space
> {noformat}
> The OOM happens in the surefire plugin when reading the stdout or stderr of the running test...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)