You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2013/01/11 09:24:12 UTC

[jira] [Created] (HDFS-4388) DomainSocket should throw AsynchronousCloseException when appropriate

Colin Patrick McCabe created HDFS-4388:
------------------------------------------

             Summary: 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


{{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