ChenSammi commented on code in PR #9282:
URL: https://github.com/apache/ozone/pull/9282#discussion_r2597487080


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMNodeInfo.java:
##########
@@ -74,6 +74,18 @@ public static List<SCMNodeInfo> 
buildNodeInfo(ConfigurationSource conf) {
     // First figure out scm client address from HA style config.
     // If service Id is not defined, fall back to non-HA config.
 
+    // Check for common configuration typo
+    if (conf.get("ozone.scm.service.ids") == null) {

Review Comment:
   "ozone.scm.service.id" can be replaced with "ozone.scm.default.service.id", 
so missing it with ozone.scm.default.service.id present is ok.   So please 
remove this section.



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