[ 
https://issues.apache.org/jira/browse/HDFS-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458278#comment-13458278
 ] 

Ted Yu commented on HDFS-3953:
------------------------------

Should bufferSize parameter be saved in a field so that we can use it in the 
createSocketForPipeline() ?
{code}
    sock.setSendBufferSize(HdfsConstants.DEFAULT_DATA_SOCKET_SIZE);
{code}
                
> DFSOutputStream constructor does not use bufferSize parameter
> -------------------------------------------------------------
>
>                 Key: HDFS-3953
>                 URL: https://issues.apache.org/jira/browse/HDFS-3953
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>
> DFSOutputStream constructor does not use bufferSize parameter. However, a 
> buffer size is always passed in many other methods defined in DFSClient, 
> DistributedFileSystem, and Hdfs. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to