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 "Jakob Homan (JIRA)" <ji...@apache.org> on 2010/04/22 22:50:52 UTC

[jira] Commented: (HADOOP-6718) Client does not close connection when an exception happens during SASL negotiation

    [ https://issues.apache.org/jira/browse/HADOOP-6718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860005#action_12860005 ] 

Jakob Homan commented on HADOOP-6718:
-------------------------------------

Seems reasonable. +1.

> 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
>
>         Attachments: 6718-bp20.patch
>
>
> 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.