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 3961F923C for ; Fri, 4 Nov 2011 02:35:55 +0000 (UTC) Received: (qmail 17941 invoked by uid 500); 4 Nov 2011 02:35:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17624 invoked by uid 500); 4 Nov 2011 02:35:54 -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 17502 invoked by uid 99); 4 Nov 2011 02:35:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 02:35:54 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 02:35:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5CB1F3319BF for ; Fri, 4 Nov 2011 02:35:33 +0000 (UTC) Date: Fri, 4 Nov 2011 02:35:33 +0000 (UTC) From: "Ted Yu (Created) (JIRA)" To: issues@hbase.apache.org Message-ID: <1105735598.58182.1320374133381.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (HBASE-4747) Upgrade maven surefire plugin to 2.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Upgrade maven surefire plugin to 2.10 ------------------------------------- Key: HBASE-4747 URL: https://issues.apache.org/jira/browse/HBASE-4747 Project: HBase Issue Type: Task Reporter: Ted Yu Assignee: Ted Yu Quite often, we see the following when running unit tests: {code} Running org.apache.hadoop.hbase.master.TestMasterFailover Exception in thread "ThreadedStreamConsumer" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2882) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390) at java.lang.StringBuffer.append(StringBuffer.java:224) at org.apache.maven.surefire.report.TestSetRunListener.getAsString(TestSetRunListener.java:201) at org.apache.maven.surefire.report.TestSetRunListener.testError(TestSetRunListener.java:139) at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:112) at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:67) at java.lang.Thread.run(Thread.java:680) {code} This was due to https://jira.codehaus.org/browse/SUREFIRE-754 which has been fixed in surefire 2.10 We should upgrade to version 2.10 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira