[ https://issues.apache.org/jira/browse/HADOOP-15809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639665#comment-16639665 ]
Hudson commented on HADOOP-15809: --------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15126 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/15126/]) HADOOP-15809. ABFS: better exception handling when making getAccessToken (stevel: rev 273cc2d4e972dc7cc371761a4ab2d1bc20dd5ca0) * (edit) hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsRestOperation.java * (edit) hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/oauth2/AzureADAuthenticator.java * (edit) hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/contracts/exceptions/AbfsRestOperationException.java > ABFS: better exception handling when making getAccessToken call > --------------------------------------------------------------- > > Key: HADOOP-15809 > URL: https://issues.apache.org/jira/browse/HADOOP-15809 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/azure > Affects Versions: 3.2.0 > Reporter: Da Zhou > Assignee: Da Zhou > Priority: Major > Fix For: 3.2.0 > > Attachments: HADOOP-15809-001.patch, HADOOP-15809-002.patch > > > Currently in *getTokenSingleCall()*: if it get a HTTP failure response, it > tries to consume inputStream in httpUrlConnection, which will *always* lead > to an *IOException* and this exception never get checked in > *AzureADAuthenticator*. > As a result the httpStatus code is never checked in the retry policy of > AzureADAuthenticator. Tthat IOException will be caught by AbfsRestOperation, > which will keep on retrying. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org