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 5A3CD9A96 for ; Sat, 6 Oct 2012 00:02:03 +0000 (UTC) Received: (qmail 36070 invoked by uid 500); 6 Oct 2012 00:02:03 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 36027 invoked by uid 500); 6 Oct 2012 00:02:03 -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 36018 invoked by uid 99); 6 Oct 2012 00:02:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2012 00:02:02 +0000 Date: Sat, 6 Oct 2012 00:02:02 +0000 (UTC) From: "Cindy Li (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1218056069.3632.1349481722937.JavaMail.jiratomcat@arcas> In-Reply-To: <548799005.2036.1349462885225.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (MAPREDUCE-4710) Add peak memory usage counter for each task 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/MAPREDUCE-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cindy Li updated MAPREDUCE-4710: -------------------------------- Attachment: mapreduce-4710.patch > Add peak memory usage counter for each task > ------------------------------------------- > > Key: MAPREDUCE-4710 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4710 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Components: task > Affects Versions: 1.0.2 > Reporter: Cindy Li > Priority: Minor > Labels: patch > Attachments: mapreduce-4710.patch > > > Each task has counters PHYSICAL_MEMORY_BYTES and VIRTUAL_MEMORY_BYTES, which are snapshots of memory usage of that task. They are not sufficient for users to understand peak memory usage by that task, e.g. in order to diagnose task failures, tune job parameters or change application design. This new feature will add two more counters for each task: PHYSICAL_MEMORY_BYTES_MAX and VIRTUAL_MEMORY_BYTES_MAX. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira