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

Steve Loughran commented on HADOOP-16079:
-----------------------------------------

Issue here is that HADOOP-15808 catches ServiceConfigurationError, but that 
turns out not to include CNFErrors, which are subsets of LinkageErrors.

Two options
# catch all Error
# add LinkageError as a catchable

I'm gong for #2 as its least risk of dropping something of a real problem. 

> Token.toString faulting if any token listed can't load.
> -------------------------------------------------------
>
>                 Key: HADOOP-16079
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16079
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 3.1.2, 3.2.1
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Major
>
> The patch in HADOOP-15808 turns out not to be enough; Token.toString() fails 
> if any token in the service lists isn't known.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to