You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Thomas Demoor (JIRA)" <ji...@apache.org> on 2015/09/08 19:29:46 UTC

[jira] [Created] (HADOOP-12387) Improve S3AFastOutputStream memory management

Thomas Demoor created HADOOP-12387:
--------------------------------------

             Summary: Improve S3AFastOutputStream memory management
                 Key: HADOOP-12387
                 URL: https://issues.apache.org/jira/browse/HADOOP-12387
             Project: Hadoop Common
          Issue Type: Sub-task
            Reporter: Thomas Demoor
            Assignee: Thomas Demoor


The use of ByteArrayOutputStream causes unexpected memory copies that causes unintuitive memory usage for certain combinations of the configuration parameters. Replacing it by more fine grained memory buffer management would fix this, reduce memory usage and eliminate a memory copy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)