You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/04/11 07:05:32 UTC

[jira] Commented: (HADOOP-1238) maps_running metric is only updated at the end of the task

    [ https://issues.apache.org/jira/browse/HADOOP-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487987 ] 

Hadoop QA commented on HADOOP-1238:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12355270/fix-tasks-running-metric.patch applied and successfully tested against trunk revision r527100.

Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/22/console

> maps_running metric is only updated at the end of the task
> ----------------------------------------------------------
>
>                 Key: HADOOP-1238
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1238
>             Project: Hadoop
>          Issue Type: Bug
>          Components: metrics
>    Affects Versions: 0.12.3
>         Environment: ganglia metrics
>            Reporter: Michael Bieniosek
>            Priority: Minor
>         Attachments: fix-tasks-running-metric.patch
>
>
> The maps_running and reduces_running metrics aren't getting into ganglia correctly - they always appear to be underestimated.  A quick look at the TaskTracker code shows that these metrics are only updated when a task is finished.  Of course, once a task is finished, the reporting will not note the completed task (since it's not running anymore).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.