[ https://issues.apache.org/jira/browse/HDFS-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13245682#comment-13245682
]
Hudson commented on HDFS-3166:
------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #1996 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1996/])
HDFS-3166. Add timeout to Hftp connections. Contributed by Daryn Sharp (Revision 1309103)
Result = SUCCESS
szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1309103
Files :
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/HftpFileSystem.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/HsftpFileSystem.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/DelegationTokenFetcher.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/web/URLUtils.java
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestHftpURLTimeouts.java
> Hftp connections do not have a timeout
> --------------------------------------
>
> Key: HDFS-3166
> URL: https://issues.apache.org/jira/browse/HDFS-3166
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs client
> Affects Versions: 0.23.2, 0.23.3, 2.0.0, 3.0.0
> Reporter: Daryn Sharp
> Assignee: Daryn Sharp
> Priority: Critical
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8221.branch-1.patch, HADOOP-8221.patch, HADOOP-8221.patch,
HDFS-3166.patch, HDFS-3166.patch
>
>
> Hftp connections do not have read timeouts. This leads to indefinitely hung sockets
when there is a network outage during which time the remote host closed the socket.
> This may also affect WebHdfs, etc.
--
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
|