Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
-
None
-
None
Description
The JobTracker never calls removeTaskEntry on tasks that don't fail. This causes the JobTracker to use more and more heap space as jobs run. The fix is to:
removeTaskEntry on reduces in completeTask
removeTaskEntry on everything when a job is killed or completes
Attachments
Issue Links
- is part of
-
HADOOP-815 Investigate and fix the extremely large memory-footprint of JobTracker
- Closed