sumitagrawl commented on code in PR #8365:
URL: https://github.com/apache/ozone/pull/8365#discussion_r2149187430
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/MutableVolumeSet.java:
##########
@@ -18,6 +18,7 @@
package org.apache.hadoop.ozone.container.common.volume;
import com.google.common.annotations.VisibleForTesting;
+import com.google.common.base.Function;
Review Comment:
updated
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/OzoneContainer.java:
##########
@@ -575,6 +578,15 @@ public ContainerSet getContainerSet() {
return containerSet;
}
+ public Long gatherContainerUsages(HddsVolume storageVolume) {
+ Iterator<Container<?>> itr =
containerSet.getContainerIterator(storageVolume);
Review Comment:
updated
--
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]