Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BFEC105C0 for ; Mon, 14 Oct 2013 17:28:00 +0000 (UTC) Received: (qmail 65056 invoked by uid 500); 14 Oct 2013 17:27:50 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 65021 invoked by uid 500); 14 Oct 2013 17:27:50 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 64944 invoked by uid 99); 14 Oct 2013 17:27:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Oct 2013 17:27:48 +0000 Date: Mon, 14 Oct 2013 17:27:48 +0000 (UTC) From: "Jing Zhao (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-5278) Reduce memory consumptions of TestDFSClientRetries 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/HDFS-5278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794296#comment-13794296 ] Jing Zhao commented on HDFS-5278: --------------------------------- The patch looks great to me. One more comment: maybe we can do some artificial delay instead of copying large data in the test? > Reduce memory consumptions of TestDFSClientRetries > -------------------------------------------------- > > Key: HDFS-5278 > URL: https://issues.apache.org/jira/browse/HDFS-5278 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Haohui Mai > Assignee: Haohui Mai > Priority: Minor > Attachments: HDFS-5278.000.patch > > > TestDFSClientRetries::testDFSClientRetriesOnBusyBlocks() spawns about 50 threads during the execution, each of which takes more than 6m memory. It makes debugging it in eclipse under the default settings difficult since it triggers the OutOfMemoryException. -- This message was sent by Atlassian JIRA (v6.1#6144)