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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/06/08 23:52:26 UTC

[jira] Commented: (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:comment-tabpanel#action_12502949 ] 

Hairong Kuang commented on HADOOP-1478:
---------------------------------------

We should also remove buffering in DFSClient.FSOutputStream for the same reason.

> 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
>             Fix For: 0.14.0
>
>
> 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.