Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
2.9 also shows the issue from HDFS-12813:
HDFS-11395 fixed the problem where the MultiException thrown by RequestHedgingProxyProvider was hidden. However when the target proxy size is 1, then unwrapping is not done for the InvocationTargetException. for target proxy size of 1, the unwrapping should be done till first level where as for multiple proxy size, it should be done at 2 levels.
Attachments
Attachments
Issue Links
- is part of
-
HDFS-12813 RequestHedgingProxyProvider can hide Exception thrown from the Namenode for proxy size of 1
- Resolved