[
https://issues.apache.org/jira/browse/HADOOP-10585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998180#comment-13998180
]
Hudson commented on HADOOP-10585:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1779 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1779/])
HADOOP-10585. Retry polices ignore interrupted exceptions (Daryn Sharp via
jeagles) (jeagles:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1594267)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/retry/TestRetryProxy.java
> Retry polices ignore interrupted exceptions
> -------------------------------------------
>
> Key: HADOOP-10585
> URL: https://issues.apache.org/jira/browse/HADOOP-10585
> Project: Hadoop Common
> Issue Type: Bug
> Components: ipc
> Affects Versions: 2.0.0-alpha, 3.0.0
> Reporter: Daryn Sharp
> Assignee: Daryn Sharp
> Priority: Critical
> Fix For: 3.0.0, 2.5.0
>
> Attachments: HADOOP-10585.patch
>
>
> Retry polices should not use {{ThreadUtil.sleepAtLeastIgnoreInterrupts}}.
> This prevents {{FsShell}} commands from being aborted during retries. It
> also causes orphaned webhdfs DN DFSClients to keep running after the webhdfs
> client closes the connection. Jetty goes into a loop constantly sending
> interrupts to the handler thread. Webhdfs retries cause multiple nodes to
> have these orphaned clients. The DN cannot shutdown until orphaned clients
> complete.
--
This message was sent by Atlassian JIRA
(v6.2#6252)