Separately configure connect timeouts from read timeouts in data path ---------------------------------------------------------------------
Key: HDFS-1075 URL: https://issues.apache.org/jira/browse/HDFS-1075 Project: Hadoop HDFS Issue Type: Improvement Components: data-node, hdfs client Reporter: Todd Lipcon The timeout configurations in the write pipeline overload the read timeout to also include a connect timeout. In my experience, if a node is down it can take many seconds to get back an exception connect, whereas if it is up it will accept almost immediately, even if heavily loaded (the kernel listen backlog picks it up very fast). So in the interest of faster dead node detection from the writer perspective, the connect timeout should be configured separately, usually to a much lower time than the read timeout. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.