You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kihwal Lee (JIRA)" <ji...@apache.org> on 2014/05/11 00:12:57 UTC

[jira] [Commented] (HADOOP-10585) Retry polices ignore interrupted exceptions

    [ https://issues.apache.org/jira/browse/HADOOP-10585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993065#comment-13993065 ] 

Kihwal Lee commented on HADOOP-10585:
-------------------------------------

The patch looks straightforward. +1 pending successful precommit.

> 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
>         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)