sumitagrawl commented on code in PR #4112: URL: https://github.com/apache/ozone/pull/4112#discussion_r1053474790
########## hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/StorageContainerManager.java: ########## @@ -284,7 +286,9 @@ public final class StorageContainerManager extends ServiceRuntimeInfoImpl // container replicas. private ContainerReplicaPendingOps containerReplicaPendingOps; private final AtomicBoolean isStopped = new AtomicBoolean(false); - + private List<Pair<Consumer<RatisMetricRegistry>, + Consumer<RatisMetricRegistry>>> ratisRegistryList = null; Review Comment: updated ... ########## hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java: ########## @@ -417,6 +420,8 @@ public final class OzoneManager extends ServiceRuntimeInfoImpl private final OzoneLockProvider ozoneLockProvider; private OMPerformanceMetrics perfMetrics; + private List<Pair<Consumer<RatisMetricRegistry>, + Consumer<RatisMetricRegistry>>> ratisRegistryList = null; Review Comment: @szetszwo all comments 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]
