sumitagrawl commented on code in PR #9318:
URL: https://github.com/apache/ozone/pull/9318#discussion_r2536901341
##########
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:
Not a backward compatible logic, path is same so old env will not be in same
pipeline,
--
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]