[ 
https://issues.apache.org/jira/browse/HDFS-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon resolved HDFS-4388.
-------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Committed to branch. Thanks.
                
> DomainSocket should throw AsynchronousCloseException when appropriate
> ---------------------------------------------------------------------
>
>                 Key: HDFS-4388
>                 URL: https://issues.apache.org/jira/browse/HDFS-4388
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>            Priority: Trivial
>         Attachments: _05a.patch
>
>
> {{DomainSocket}} should throw {{AsynchronousCloseException}} when appropriate 
> (i.e., when an {{accept}} or other blocking operation is interrupted by a 
> concurrent close.)  This is nicer than throwing a generic {{IOException}} or 
> {{SocketException}}.
> Similarly, we should well throw {{ClosedChannelException}} when an operation 
> is attempted on a closed {{DomainSocket}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to