[
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.