[
https://issues.apache.org/jira/browse/HADOOP-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bieniosek updated HADOOP-1238:
--------------------------------------
Status: Patch Available (was: Open)
Adding a patch that sprinkles more metrics updates
> 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.