bhattmanish98 commented on code in PR #8137:
URL: https://github.com/apache/hadoop/pull/8137#discussion_r2647763426
##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsBackoffMetrics.java:
##########
@@ -75,18 +74,24 @@
* retry operations in Azure Blob File System (ABFS).
*/
public class AbfsBackoffMetrics extends AbstractAbfsStatisticsSource {
- private static final Logger LOG =
LoggerFactory.getLogger(AbfsBackoffMetrics.class);
+
+ private static final Logger LOG = LoggerFactory.getLogger(
+ AbfsBackoffMetrics.class);
+
private static final List<RetryValue> RETRY_LIST = Arrays.asList(
- RetryValue.values());
+ RetryValue.values());
+
+ private final boolean isRetryMetricEnabled;
Review Comment:
Yes, it was discussed and agreed upon that we will put retry metrics behind
the config with default value false.
--
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]