Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.20.2, 0.21.0, 0.22.0
-
None
-
Reviewed
Description
With the help of AsyncDiskService from MAPREDUCE-1213, we should be able to delete files from distributed cache asynchronously.
That will help make task initialization faster, because task initialization calls the code that localizes files into the cache and may delete some other files.
The deletion can slow down the task initialization speed.
Attachments
Attachments
Issue Links
- duplicates
-
MAPREDUCE-1141 Localization of a task's distributed-cache files gets blocked by deletion of old unrelated files when mapreduce.tasktracker.cache.local.size is hit.
- Resolved
- is blocked by
-
MAPREDUCE-1213 TaskTrackers restart is very slow because it deletes distributed cache directory synchronously
- Closed