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)