Client does not close connection when an exception happens during SASL
negotiation
----------------------------------------------------------------------------------
Key: HADOOP-6718
URL: https://issues.apache.org/jira/browse/HADOOP-6718
Project: Hadoop Common
Issue Type: Bug
Components: ipc
Affects Versions: 0.22.0
Reporter: Devaraj Das
Assignee: Devaraj Das
Fix For: 0.22.0
setupSaslConnection in the RPC client might fail to successfully set up a sasl
connection (e.g. if the principal is wrongly configured). It throws an
exception back to the caller (setupIOstreams). setupIOstreams marks the
connection as closed but it doesn't really close the socket.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.