Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.7.1
-
None
-
None
Description
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.