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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/07/03 10:52:05 UTC

[jira] [Created] (HADOOP-12182) ipc.client.handleSaslConnectionFailure to use Netutils to wrap exceptions

Steve Loughran created HADOOP-12182:
---------------------------------------

             Summary: ipc.client.handleSaslConnectionFailure to use Netutils to wrap exceptions
                 Key: HADOOP-12182
                 URL: https://issues.apache.org/jira/browse/HADOOP-12182
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: ipc
    Affects Versions: 2.7.1
            Reporter: Steve Loughran
            Priority: Minor


When {{ipc.client.handleSaslConnectionFailure}} gives up on retrying a SASL connection, it simply wraps the passed down exception with an IOE and a covering note.

It should use {{NetUtils.wrapException}} to preserve the exception type, and include the text of the inner exception in that of the wrapper.



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