Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 20F6F200BD1 for ; Mon, 14 Nov 2016 06:35:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F96E160B13; Mon, 14 Nov 2016 05:35:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6BA80160AE4 for ; Mon, 14 Nov 2016 06:34:59 +0100 (CET) Received: (qmail 50042 invoked by uid 500); 14 Nov 2016 05:34:58 -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 50006 invoked by uid 99); 14 Nov 2016 05:34:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2016 05:34:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5EE512C4C72 for ; Mon, 14 Nov 2016 05:34:58 +0000 (UTC) Date: Mon, 14 Nov 2016 05:34:58 +0000 (UTC) From: "Duo Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17074) PreCommit job always fails because of OOM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 14 Nov 2016 05:35:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17074?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Duo Zhang updated HBASE-17074: ------------------------------ Attachment: HBASE-17074.patch I=E2=80=98ve 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/patchpr= ocess/patch-unit-hbase-server.txt > {noformat} > Exception in thread "Thread-2369" java.lang.OutOfMemoryError: Java heap s= pace > =09at java.util.Arrays.copyOf(Arrays.java:3332) > =09at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStri= ngBuilder.java:124) > =09at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:5= 96) > =09at java.lang.StringBuffer.append(StringBuffer.java:367) > =09at java.io.BufferedReader.readLine(BufferedReader.java:370) > =09at java.io.BufferedReader.readLine(BufferedReader.java:389) > =09at org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.S= treamPumper.run(StreamPumper.java:66) > Exception in thread "Thread-2357" java.lang.OutOfMemoryError: Java heap s= pace > Exception in thread "Thread-2365" java.lang.OutOfMemoryError: Java heap s= pace > Running org.apache.hadoop.hbase.filter.TestFuzzyRowFilterEndToEnd > Running org.apache.hadoop.hbase.filter.TestFilterListOrOperatorWithBlkCnt > Exception in thread "Thread-2383" java.lang.OutOfMemoryError: Java heap s= pace > Exception in thread "Thread-2397" java.lang.OutOfMemoryError: Java heap s= pace > Exception in thread "Thread-2401" java.lang.OutOfMemoryError: Java heap s= pace > Running org.apache.hadoop.hbase.TestHBaseTestingUtility > Exception in thread "Thread-2407" java.lang.OutOfMemoryError: Java heap s= pace > Exception in thread "Thread-2411" java.lang.OutOfMemoryError: Java heap s= pace > Exception in thread "Thread-2413" java.lang.OutOfMemoryError: Java heap s= pace > {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)