Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
NetUtils#wrapException returns an IOException if exception passed to it is not of type SocketException,EOFException,NoRouteToHostException,SocketTimeoutException,UnknownHostException,ConnectException,BindException.
By default, it should always return instance (subclass of IOException) of same type unless a String constructor is not available.
Attachments
Attachments
Issue Links
- is required by
-
HADOOP-14959 DelegationTokenAuthenticator.authenticate() to wrap network exceptions
- Resolved