Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1.2
-
None
Description
When a job is completed, closeAllForUGI is called to close all the cached FileSystems in the FileSystem cache. However, the CleanupQueue may run after this occurs and call FileSystem.get() to delete the staging directory, adding a FileSystem to the cache that will never be closed.
People on the user-list have reported this causing their JobTrackers to OOME every two weeks.
Attachments
Attachments
Issue Links
- relates to
-
MAPREDUCE-5508 JobTracker memory leak caused by unreleased FileSystem objects in JobInProgress#cleanupJob
- Resolved