Description
In current AbfsOutPutStream, new temporary buffers always get allocated when uploading the data to server. These big chunk creates huge pressure on the GC, and in some extreme cases that GC doesn't happen in time(observed in some customer's env), it also lead to OutOfMemory issue easily.
Hence we need to replace the current implementation with a bufferpool.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-16353 Backport ABFS changes from trunk to branch-3.2
- Resolved
- links to