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

Reply via email to