Details
Description
HADOOP-14982 handled the case where a SaslException is thrown. The issue still persists, since the exception that is thrown is an AccessControlException because user has no kerberos credentials.
My suggestion is that we should add this case as well to FailoverOnNetworkExceptionRetry.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-14982 Clients using FailoverOnNetworkExceptionRetry can go into a loop if they're used without authenticating with kerberos in HA env
- Resolved
- relates to
-
HADOOP-16683 Disable retry of FailoverOnNetworkExceptionRetry in case of wrapped AccessControlException
- Resolved