adoroszlai commented on code in PR #10523:
URL: https://github.com/apache/ozone/pull/10523#discussion_r3534199513


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -3307,6 +3307,11 @@ public String getHostname() {
     return omHostName;
   }
 
+  @Override
+  public String getRatisEvents() {
+    return metrics != null ? metrics.getRatisEvents() : "";
+  }

Review Comment:
   For SCM it is simple, because TestSCMMXBean already exists, but there is no 
test for OMMXBean currently.  So this could be a follow-up.



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