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 F089C200D0B for ; Tue, 29 Aug 2017 06:32:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EEF98166027; Tue, 29 Aug 2017 04:32:04 +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 4218C166025 for ; Tue, 29 Aug 2017 06:32:04 +0200 (CEST) Received: (qmail 78457 invoked by uid 500); 29 Aug 2017 04:32:03 -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 78446 invoked by uid 99); 29 Aug 2017 04:32:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2017 04:32:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 91709CB7A1 for ; Tue, 29 Aug 2017 04:32:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 4KAbJkx_PuSC for ; Tue, 29 Aug 2017 04:32:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 489505FACE for ; Tue, 29 Aug 2017 04:32:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 59A72E0026 for ; Tue, 29 Aug 2017 04:32:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0C75723F1D for ; Tue, 29 Aug 2017 04:32:00 +0000 (UTC) Date: Tue, 29 Aug 2017 04:32:00 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-18712) Specify MaxPermSize for surefire tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Aug 2017 04:32:05 -0000 [ https://issues.apache.org/jira/browse/HBASE-18712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144726#comment-16144726 ] stack commented on HBASE-18712: ------------------------------- bq. https://builds.apache.org/job/PreCommit-HBASE-Build/833/artifact/patchprocess/patch-unit-hbase-server-jdk1.7.0_79.txt The build is gone. Was it precommit for master branch? bq. For JDK 1.8, -XX:-UseLoopPredicate should be used, as indicated by the post in description. From bug db, "Bug 406419 - Don't use -XX:-UseLoopPredicate"; says not needed since the original prob was fixed. > Specify MaxPermSize for surefire tests > -------------------------------------- > > Key: HBASE-18712 > URL: https://issues.apache.org/jira/browse/HBASE-18712 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 18712.v1.txt, 18712.v2.txt > > > Currently hbase-surefire.argLine doesn't specify MaxPermSize for the test run(s). > This sometimes resulted in mvn build prematurely exiting, leaving some large tests behind. > The tests would be deemed timed out. > As indicated by the following post: > https://stackoverflow.com/questions/23260057/the-forked-vm-terminated-without-saying-properly-goodbye-vm-crash-or-system-exi > We should specify large enough MaxPermSize so that mvn build doesn't end prematurely. -- This message was sent by Atlassian JIRA (v6.4.14#64029)