Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
MAPREDUCE-130 fixed the case where the job is retired from the retire jobs thread. But jobs can also retire when the num-job-per-user limit is exceeded. In such cases the conf file will not be deleted.
Attachments
Attachments
Issue Links
- duplicates
-
MAPREDUCE-2714 When a job is retired by the same user's another job, its jobconf file is not deleted from the log directory of the JobTracker
- Resolved
- is part of
-
MAPREDUCE-817 Add a cache for retired jobs with minimal job info and provide a way to access history file url
- Closed
Attaching a patch that factors out the code to do with job-expiry. The testcases are changes to do some fast testing. Result of test-patch
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 6 new or modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the total number of release audit warnings.
Testing and running ant tests now.