Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
None
Description
A recurrent problem in cloud store IO is running out of memory because blocks are buffered in reads or writes.
We need to make sure that data/memory is managed in the prefetch code such that it works in processes with many worker threads (hive, spark....) and does not exhaust resources.
Attachments
Issue Links
- is related to
-
HADOOP-18291 S3A prefetch - Implement LRU cache for SingleFilePerBlockCache
- Resolved