bhattmanish98 commented on code in PR #7122:
URL: https://github.com/apache/hadoop/pull/7122#discussion_r1887957944


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AbfsCountersImpl.java:
##########
@@ -332,7 +332,7 @@ public String toString() {
       }
     }
     if (abfsReadFooterMetrics != null) {
-      if (getAbfsReadFooterMetrics().getTotalFiles() > 0 && 
getAbfsReadFooterMetrics().getTotalReadCount() > 0) {
+      if (getAbfsReadFooterMetrics().getTotalFiles() > 0) {

Review Comment:
   Previously, we stored the read count to calculate the average. Now that we 
use mean IOStatistics metrics, storing the read count is no longer necessary..



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

Reply via email to