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 "Daryn Sharp (JIRA)" <ji...@apache.org> on 2015/01/14 19:23:35 UTC

[jira] [Commented] (HADOOP-10941) Proxy user verification NPEs if remote host is unresolvable

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

Daryn Sharp commented on HADOOP-10941:
--------------------------------------

I'm ok with a better exception if a null is passed, but this jira should be fixing the problem of an unresolvable addr being passed as null to this code.

> Proxy user verification NPEs if remote host is unresolvable
> -----------------------------------------------------------
>
>                 Key: HADOOP-10941
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10941
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc, security
>    Affects Versions: 3.0.0, 2.5.0
>            Reporter: Daryn Sharp
>            Assignee: Benoy Antony
>            Priority: Critical
>         Attachments: HADOOP-10941.patch
>
>
> A null is passed to the impersonation providers for the remote address if it is unresolvable.  {{DefaultImpersationProvider}} will NPE, ipc will close the connection immediately (correct behavior for such unexpected exceptions), client fails on {{EOFException}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)