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 "Jothi Padmanabhan (JIRA)" <ji...@apache.org> on 2009/09/01 11:33:32 UTC

[jira] Created: (HADOOP-6226) Create a LimitedByteArrayOutputStream that does not expand its buffer on write

Create a LimitedByteArrayOutputStream that does not expand its buffer on write
------------------------------------------------------------------------------

                 Key: HADOOP-6226
                 URL: https://issues.apache.org/jira/browse/HADOOP-6226
             Project: Hadoop Common
          Issue Type: New Feature
            Reporter: Jothi Padmanabhan
            Assignee: Jothi Padmanabhan


For MAPREDUCE-318, we would benefit from a ByteArrayOutputStream that would support a fixed size buffer that will not expand dynamically on writes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (HADOOP-6226) Create a LimitedByteArrayOutputStream that does not expand its buffer on write

Posted by "Jothi Padmanabhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jothi Padmanabhan reopened HADOOP-6226:
---------------------------------------


Reopening this jira to move BoundedByteArrayOutputStream from tfile Package to io package

> Create a LimitedByteArrayOutputStream that does not expand its buffer on write
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-6226
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6226
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>
> For MAPREDUCE-318, we would benefit from a ByteArrayOutputStream that would support a fixed size buffer that will not expand dynamically on writes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-6226) Create a LimitedByteArrayOutputStream that does not expand its buffer on write

Posted by "Jothi Padmanabhan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jothi Padmanabhan resolved HADOOP-6226.
---------------------------------------

    Resolution: Won't Fix

Actually, we will just take care of this inside the Shuffle package itself since the use case seems to be pretty specific

> Create a LimitedByteArrayOutputStream that does not expand its buffer on write
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-6226
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6226
>             Project: Hadoop Common
>          Issue Type: New Feature
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>
> For MAPREDUCE-318, we would benefit from a ByteArrayOutputStream that would support a fixed size buffer that will not expand dynamically on writes. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.