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 776B710A55 for ; Thu, 6 Mar 2014 01:16:07 +0000 (UTC) Received: (qmail 87219 invoked by uid 500); 6 Mar 2014 01:16:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87114 invoked by uid 500); 6 Mar 2014 01:15:57 -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 87032 invoked by uid 99); 6 Mar 2014 01:15:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 01:15:52 +0000 Date: Thu, 6 Mar 2014 01:15:52 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (HBASE-10668) TestExportSnapshot runs too long MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-10668: ----------------------------------- Comment: was deleted (was: Agreed. Also, I did a naive split of the test cases into two units, and the total running time exceeded by 100 seconds the time all cases require in a single unit. I could see by random sampling of call stacks with jstack that the difference was YARN minicluster related teardown. During test execution, if watching java processes with jps you might see the application master hanging around with no executing child for a while. We might be able to tune the YARN minicluster to get additional speedup if this becomes a problem.) > TestExportSnapshot runs too long > -------------------------------- > > Key: HBASE-10668 > URL: https://issues.apache.org/jira/browse/HBASE-10668 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0 > Reporter: Andrew Purtell > Fix For: 0.98.1, 0.99.0 > > > 332 seconds > {noformat} > Forking command line: /bin/sh -c cd /data/src/hbase/hbase-server && /usr/lib/jvm/java-1.7.0.45-oracle-amd64/jre/bin/java -enableassertions -Xmx1900m -XX:MaxPermSize=100m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -jar /data/src/hbase/hbase-server/target/surefire/surefirebooter1668068702110669265.jar /data/src/hbase/hbase-server/target/surefire/surefire5744357307851892501tmp /data/src/hbase/hbase-server/target/surefire/surefire_3661340119563945183029tmp > Running org.apache.hadoop.hbase.snapshot.TestExportSnapshot > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 332.421 sec > {noformat} > Slim down or split up. -- This message was sent by Atlassian JIRA (v6.2#6252)