jojochuang commented on code in PR #3488:
URL: https://github.com/apache/ozone/pull/3488#discussion_r891731188


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMMXBean.java:
##########
@@ -28,4 +28,9 @@
 public interface OMMXBean extends ServiceRuntimeInfo {
 
   String getRpcPort();
+
+  String getOmRatisLogDirectory();
+
+  String getOmRocksDbDirectory();

Review Comment:
   ```suggestion
     String getRatisLogDirectory();
   
     String getRocksDbDirectory();
   ```



##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMMXBean.java:
##########
@@ -80,4 +80,7 @@ public interface SCMMXBean extends ServiceRuntimeInfo {
    */
   String getPrimordialNode();
 
+  String getScmRatisLogDirectory();
+
+  String getScmRocksDbDirectory();

Review Comment:
   suggest to drop the word "Scm" because everything in this MXBean is for SCM. 
It's redundant.
   ```suggestion
     String getRatisLogDirectory();
   
     String getRocksDbDirectory();
   ```



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