[
https://issues.apache.org/jira/browse/HDFS-9805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15238168#comment-15238168
]
Gary Helmling commented on HDFS-9805:
-------------------------------------
[~cmccabe], is {{ipc.server.tcpnodelay}} the right config to use? Or do we
need a {{dfs.data.transfer.server.tcpnodelay}} config similar to the
{{dfs.data.transfer.client.tcpnodelay}} added for HDFS-9700? I don't want to
introduce another config, but since these changes all seem to be on the data
transfer side, that seems consistent.
> TCP_NODELAY not set before SASL handshake in data transfer pipeline
> -------------------------------------------------------------------
>
> Key: HDFS-9805
> URL: https://issues.apache.org/jira/browse/HDFS-9805
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: datanode
> Reporter: Gary Helmling
> Assignee: Gary Helmling
> Attachments: HDFS-9805.002.patch, HDFS-9805.003.patch
>
>
> There are a few places in the DN -> DN block transfer pipeline where
> TCP_NODELAY is not set before doing a SASL handshake:
> * in {{DataNode.DataTransfer::run()}}
> * in {{DataXceiver::replaceBlock()}}
> * in {{DataXceiver::writeBlock()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)