sumitagrawl commented on code in PR #9318:
URL: https://github.com/apache/ozone/pull/9318#discussion_r2540992088
##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/HddsServerUtil.java:
##########
@@ -422,7 +422,7 @@ public static Collection<String>
getOzoneDatanodeRatisDirectory(
if (rawLocations.isEmpty()) {
rawLocations = new ArrayList<>(1);
- rawLocations.add(ServerUtils.getDefaultRatisDirectory(conf));
+ rawLocations.add(ServerUtils.getDefaultRatisDirectory(conf, "dn"));
Review Comment:
In production, scm, om and dns will be on different host and will be on HA,
still if resolving issue of same host, can check if dnid can be used here? or
something else
--
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]