[ 
https://issues.apache.org/jira/browse/HADOOP-16242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16829227#comment-16829227
 ] 

Hudson commented on HADOOP-16242:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16472 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16472/])
HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream. (stevel: rev 
1cef194a28086991cd39fb62092d2b2105ece57b)
* (edit) 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsOutputStream.java


> ABFS: add bufferpool to AbfsOutputStream
> ----------------------------------------
>
>                 Key: HADOOP-16242
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16242
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.2.0
>            Reporter: Da Zhou
>            Assignee: Da Zhou
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: HADOOP-16242-001.patch, 
> WritePerformanceWithBufferPool.pdf
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to