sarvekshayr commented on code in PR #11011: URL: https://github.com/apache/ozone/pull/11011#discussion_r3811392053
########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java: ########## @@ -509,6 +509,7 @@ public final class OzoneManager extends ServiceRuntimeInfoImpl private final OzoneLockProvider ozoneLockProvider; private final OMPerformanceMetrics perfMetrics; private final BucketUtilizationMetrics bucketUtilizationMetrics; + private final VolumeUtilizationMetrics volumeUtilizationMetrics; Review Comment: Here as well. -- 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]
