anmolanmol1234 commented on code in PR #8137:
URL: https://github.com/apache/hadoop/pull/8137#discussion_r2647838292
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsBackoffMetrics.java:
##########
@@ -305,7 +328,9 @@ public String toString() {
return EMPTY_STRING;
}
StringBuilder metricBuilder = new StringBuilder();
- getRetryMetrics(metricBuilder);
+ if (isRetryMetricEnabled) {
Review Comment:
I think we should always have retry metrics added as a part of these
aggregate metrics
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]