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

Ajay Kumar edited comment on HADOOP-12897 at 1/29/18 10:46 PM:
---------------------------------------------------------------

[~arpitagarwal], thanks for suggestion. Using multi-catch in this case gives 
another compile time error which basically expects throws clause in function to 
be Exception. Seems like a bug in JDK.


was (Author: ajayydv):
[~arpitagarwal], thanks for suggestion. Using multi-catch in this case gives 
another compile time error which basically expects throws clause in function to 
Exception. Seems like a bug in JDK.

> KerberosAuthenticator.authenticate to include URL on IO failures
> ----------------------------------------------------------------
>
>                 Key: HADOOP-12897
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12897
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Ajay Kumar
>            Priority: Minor
>         Attachments: HADOOP-12897.001.patch, HADOOP-12897.002.patch, 
> HADOOP-12897.003.patch
>
>
> If {{KerberosAuthenticator.authenticate}} can't connect to the endpoint, you 
> get a stack trace, but without the URL it is trying to talk to.
> That is: it doesn't have any equivalent of the {{NetUtils.wrapException}} 
> handler —which can't be called here as its not in the {{hadoop-auth}} module



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to