Sneha Vijayarajan created HADOOP-17093:
------------------------------------------

             Summary: ABFS: GetAccessToken unrecoverable failures are being 
retried
                 Key: HADOOP-17093
                 URL: https://issues.apache.org/jira/browse/HADOOP-17093
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/azure
            Reporter: Sneha Vijayarajan
             Fix For: 3.4.0


When there is an invalid config set, call to fetch token fails with exception:

throw new UnexpectedResponseException(httpResponseCode,
 requestId,
 operation
 + " Unexpected response."
 + " Check configuration, URLs and proxy settings."
 + " proxies=" + proxies,
 authEndpoint,
 responseContentType,
 responseBody);
 }

Issue here is that UnexpectedResponseException is not recognized as 
irrecoverable state and ends up being retried. This needs to be fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to