Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 28D349B8C for ; Wed, 29 Feb 2012 02:06:25 +0000 (UTC) Received: (qmail 48414 invoked by uid 500); 29 Feb 2012 02:06:25 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 48385 invoked by uid 500); 29 Feb 2012 02:06:24 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 48377 invoked by uid 99); 29 Feb 2012 02:06:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 02:06:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Wed, 29 Feb 2012 02:06:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6735D54AB5 for ; Wed, 29 Feb 2012 02:06:01 +0000 (UTC) Date: Wed, 29 Feb 2012 02:06:01 +0000 (UTC) From: "Ahmed Radwan (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1569857439.1086.1330481161424.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1743163907.26607.1330405128855.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-3933) Failures because MALLOC_ARENA_MAX is not set MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmed Radwan updated MAPREDUCE-3933: ------------------------------------ Attachment: MAPREDUCE-3933_rev2.patch Updated patch that modifies the pom under hadoop-project instead of the root pom. Changes to any is resolving the issue but based on an offline discussion with Tucu, he advised to use the pom in hadoop-project, similar to the root pom, any variables set there are inherited by all modules. Thanks Tucu! > Failures because MALLOC_ARENA_MAX is not set > -------------------------------------------- > > Key: MAPREDUCE-3933 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3933 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2, test > Affects Versions: 0.23.0 > Reporter: Ahmed Radwan > Assignee: Ahmed Radwan > Attachments: MAPREDUCE-3933.patch, MAPREDUCE-3933_rev2.patch > > > We have noticed a bunch of MapReduce test failures on CentOS 6 due to "running beyond virtual memory limits". > These tests fail with messages of the form: > {code} > [Node Status Updater] nodemanager.NodeStatusUpdaterImpl (NodeStatusUpdaterImpl.java:getNodeStatus(254)) - Sending out status for container: container_id {, app_attempt_id {, application_id {, id: 1, cluster_timestamp: 1330401645767, }, attemptId: 1, }, id: 1, }, state: C_RUNNING, diagnostics: "Container [pid=16750,containerID=container_1330401645767_0001_01_000001] is running beyond virtual memory limits. Current usage: 220.5mb of 2.0gb physical memory used; 7.1gb of 4.2gb virtual memory used. Killing container > {code} > The failing tests are: > {code} > TestJobCounters > TestJobSysDirWithDFS > TestLazyOutput > TestMiniMRChildTask > TestMiniMRClientCluster > TestReduceFetchFromPartialMem > TestChild > TestMapReduceLazyOutput > TestJobOutputCommitter > TestMRAppWithCombiner > TestMRJobs > TestMRJobsWithHistoryService > TestMROldApiJobs > TestSpeculativeExecution > TestUberAM > {code} > I'll upload a patch momentarily. -- 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