[
https://issues.apache.org/jira/browse/HADOOP-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491743
]
Hadoop QA commented on HADOOP-1279:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12355916/HADOOP-1279_20070420_1.patch
applied and successfully tested against trunk revision r532083.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/79/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/79/console
> list of completed jobs purges jobs based on submission not on completion age
> ----------------------------------------------------------------------------
>
> Key: HADOOP-1279
> URL: https://issues.apache.org/jira/browse/HADOOP-1279
> Project: Hadoop
> Issue Type: Bug
> Components: mapred
> Environment: all
> Reporter: Alejandro Abdelnur
> Assigned To: Arun C Murthy
> Fix For: 0.13.0
>
> Attachments: HADOOP-1279_20070420_1.patch
>
>
> The JobTracker keeps at most the last 100 completed jobs.
> One this limit is exceeded and there is a new completed job the old submitted
> job in completed state is removed regardless if there are jobs that have
> finished much earlier in the completed list.
> The job should be added at completion time, not a submission time to avoid
> this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.