Details
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-1599 Umbrella Jira for Improving HBASE support in HDFS
- Open