[ https://issues.apache.org/jira/browse/HADOOP-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Cutting updated HADOOP-1238: --------------------------------- Resolution: Fixed Fix Version/s: 0.13.0 Status: Resolved (was: Patch Available) I just committed this. Thanks, Michael! > 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 > Assigned To: David Bowen > Priority: Minor > Fix For: 0.13.0 > > 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.