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

Mayank Bansal updated HDFS-1601:
--------------------------------

    Attachment: hdfs-1601-22.txt

Adding patch for Hadoop 22
                
> Pipeline ACKs are sent as lots of tiny TCP packets
> --------------------------------------------------
>
>                 Key: HDFS-1601
>                 URL: https://issues.apache.org/jira/browse/HDFS-1601
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: data-node
>    Affects Versions: 0.22.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.23.0
>
>         Attachments: hdfs-1601-22.txt, hdfs-1601.txt, hdfs-1601.txt
>
>
> I noticed in an hbase benchmark that the packet counts in my network 
> monitoring seemed high, so took a short pcap trace and found that each 
> pipeline ACK was being sent as five packets, the first four of which only 
> contain one byte. We should buffer these bytes and send the PipelineAck as 
> one TCP packet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to