[
https://issues.apache.org/jira/browse/HADOOP-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497681
]
Hadoop QA commented on HADOOP-1406:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12357825/1406.patch applied and
successfully tested against trunk revision r540359.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/174/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/174/console
> Metrics based on Map-Reduce Counters are not cleaned up
> -------------------------------------------------------
>
> Key: HADOOP-1406
> URL: https://issues.apache.org/jira/browse/HADOOP-1406
> Project: Hadoop
> Issue Type: Bug
> Reporter: David Bowen
> Assigned To: David Bowen
> Attachments: 1406.patch
>
>
> When map-reduce jobs are finished, the metrics corresponding to their
> counters are not cleaned up. This is a memory leak, but worse it means that
> an ever-increasing amount of metric data is sent to the metrics system (if
> one is enabled).
> The fix is for JobInProgress to clean up the metrics it created when the job
> is complete.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.