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 "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/07/18 20:20:05 UTC

[jira] Resolved: (HADOOP-1478) The blockStream of DFSClient.FSInputStream should not be buffered

     [ https://issues.apache.org/jira/browse/HADOOP-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi resolved HADOOP-1478.
----------------------------------

    Resolution: Fixed


Buffering has changed as lot with HADOOP-1470 and HADOOP-1134. Now, DFSInputStreams keeps the buffer just above the input socket.


> The blockStream of DFSClient.FSInputStream should not be buffered
> -----------------------------------------------------------------
>
>                 Key: HADOOP-1478
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1478
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: dfs
>    Affects Versions: 0.13.0
>            Reporter: Hairong Kuang
>            Assignee: Hairong Kuang
>
> Because DFSDataInputStream is buffered, the containing FSInputStream does not need to be buffered to avoid memory overhead and an extra copy.

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