saxenapranav commented on code in PR #6633:
URL: https://github.com/apache/hadoop/pull/6633#discussion_r1544235470


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClientThrottlingIntercept.java:
##########
@@ -170,7 +170,7 @@ public void updateMetrics(AbfsRestOperationType 
operationType,
         }
         break;
       case ReadFile:
-        String range = 
abfsHttpOperation.getConnection().getRequestProperty(HttpHeaderConfigurations.RANGE);
+        String range = 
abfsHttpOperation.getRequestProperty(HttpHeaderConfigurations.RANGE);

Review Comment:
   The name of variable was wrong, have refactored it to `httpOperation`. It is 
of type `HttpOperation`. `getRequestProperty` is an abstract method which the 
AbfsHttpOperation and AbfsAHCOperation would implement. The JDK's approach 
class `AbfsHttpOperation` will implement it as 
getConnection().getRequestProperty(key)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
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