chiraggoyal19 opened a new pull request, #9282: URL: https://github.com/apache/ozone/pull/9282
## What changes were proposed in this pull request? This PR improves error messages when SCM bootstrap fails due to configuration typos. Currently, misspelling ozone.scm.service.ids as ozone.scm.service.id causes a generic "Failed to get SCM info" error with the root cause buried in stack traces. Changes: Added proactive check in SCMNodeInfo.buildNodeInfo() to detect the common typo immediately Enhanced exception handling in HAUtils, StorageContainerManagerStarter, and SCMFailoverProxyProviderBase to provide clear error messages listing which properties to verify Result: Operators now see specific error messages pointing directly to configuration problems. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13886 ## How was this patch tested? -- 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]
