Details
Description
Follow up patch on HADOOP-16580.
We successfully disabled the retry in case of an AccessControlException which has resolved some of the cases, but in other cases AccessControlException is wrapped inside another IOException and you can only get the original exception by calling getCause().
Let's add this extra case as well.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-16580 Disable retry of FailoverOnNetworkExceptionRetry in case of AccessControlException
- Resolved