You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jian He (JIRA)" <ji...@apache.org> on 2013/05/18 01:13:17 UTC

[jira] [Created] (HADOOP-9576) Make NetUtils.wrapException throw EOFException instead of wrapping it as IOException

Jian He created HADOOP-9576:
-------------------------------

             Summary: Make NetUtils.wrapException throw EOFException instead of wrapping it as IOException
                 Key: HADOOP-9576
                 URL: https://issues.apache.org/jira/browse/HADOOP-9576
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Jian He


In case of EOFException, NetUtils is now wrapping it as IOException, we may want to throw EOFException as it is, since EOFException can happen when connection is lost in the middle, the client may want to explicitly handle such exception

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