ArafatKhan2198 commented on code in PR #3488:
URL: https://github.com/apache/ozone/pull/3488#discussion_r891930994
##########
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:
Thanks for the suggestion !!
##########
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:
Thanks for the suggestion !!
--
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]