Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 52858 invoked from network); 27 Feb 2010 01:12:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2010 01:12:27 -0000 Received: (qmail 86787 invoked by uid 500); 27 Feb 2010 01:12:26 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 86748 invoked by uid 500); 27 Feb 2010 01:12:26 -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 86740 invoked by uid 99); 27 Feb 2010 01:12:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 01:12:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Feb 2010 01:12:26 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DDDF8234C4AD for ; Sat, 27 Feb 2010 01:12:05 +0000 (UTC) Message-ID: <1009633633.4201267233125906.JavaMail.jira@brutus.apache.org> Date: Sat, 27 Feb 2010 01:12:05 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1304) Add counters for task time spent in GC In-Reply-To: <1562893346.1260999858064.JavaMail.jira@brutus> 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-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839108#action_12839108 ] Todd Lipcon commented on MAPREDUCE-1304: ---------------------------------------- Two questions: - I don't know the Task code quite well enough, but will this still be set in the case that the task fails? - Is it worth putting this in a separate thread in the Child interface so it actually gets incremented as the task goes, with each umbilical heartbeat? It would be nice to see this on a per-task basis when a task appears to be "stuck". > Add counters for task time spent in GC > -------------------------------------- > > Key: MAPREDUCE-1304 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1304 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Components: task > Reporter: Todd Lipcon > Assignee: Aaron Kimball > Attachments: MAPREDUCE-1304.patch > > > It's easy to grab the number of millis spent in GC (see JvmMetrics for example). Exposing these as task counters would be handy - occasionally I've seen user jobs where long GC pauses cause big "unexplainable" performance problems, and a large counter would make it obvious to the user what's going on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.