anmolanmol1234 commented on code in PR #7122:
URL: https://github.com/apache/hadoop/pull/7122#discussion_r1887918467
##########
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:
Does this guarantee that the file qualified for metric collection ? The read
count check was added as many files had 0 reads as per our criteria
--
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]