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

Reply via email to