Xiaoyu Yao created HDFS-9914: -------------------------------- Summary: Fix configurable WebhDFS connect/read timeout Key: HDFS-9914 URL: https://issues.apache.org/jira/browse/HDFS-9914 Project: Hadoop HDFS Issue Type: Bug Reporter: Xiaoyu Yao
Webhdfs specific read/connect timeout as added HDFS-9887. This ticket is opened to fix the following issues in current implementation: 1. The webhdfs read/connect timeout should not affect connection for other callers of URLConnectionFactory.newSslConnConfigurator() such as QuorumJournalManager#QuorumJournalManger(), DFSck#DFSck() and TransferFsImage() 2. URLConnectionFactory#getSSLConnectionConfiguration() should honor webhdfs connect/read timeout even if any exception is thrown during customized SSL configuration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)