Gargi-jais11 commented on code in PR #9318:
URL: https://github.com/apache/ozone/pull/9318#discussion_r2536911501


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMHAUtils.java:
##########
@@ -97,7 +97,7 @@ public static String getSCMRatisDirectory(ConfigurationSource 
conf) {
             conf.get(ScmConfigKeys.OZONE_SCM_HA_RATIS_STORAGE_DIR);
 
     if (Strings.isNullOrEmpty(scmRatisDirectory)) {
-      scmRatisDirectory = ServerUtils.getDefaultRatisDirectory(conf);
+      scmRatisDirectory = ServerUtils.getDefaultRatisDirectory(conf, "scm");

Review Comment:
   
https://github.com/Gargi-jais11/ozone/blob/64cbce14d09999dd9f90955ce42622811f3294e7/hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/server/ServerUtils.java#L317-L332
   Please correct me if I am wrong here in doing backward compatibility or do 
we need to handle backward compatible in some other way.



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