[
https://issues.apache.org/jira/browse/HADOOP-12385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated HADOOP-12385:
------------------------------------
Attachment: HADOOP-12385-001.patch
While adding this patch I took the opportunity to review the class, so added
# added a couple more log messages on some code paths
# added a check for a logged variable being non-null, to prevent a possible NPE
in debug mode
# fixed an equality check to always use LOCALE_EN
# stripped trailing spaces
> include nested stack trace in SaslRpcClient.getServerToken()
> ------------------------------------------------------------
>
> Key: HADOOP-12385
> URL: https://issues.apache.org/jira/browse/HADOOP-12385
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Affects Versions: 2.7.1
> Reporter: Steve Loughran
> Priority: Minor
> Attachments: HADOOP-12385-001.patch
>
>
> The {{SaslRpcClient.getServerToken()}} method loses the stack traces when an
> attempt to instantiate a {{TokenSelector}}. It should include them in the
> generated exception
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)