neils-dev opened a new pull request, #3313: URL: https://github.com/apache/ozone/pull/3313
## What changes were proposed in this pull request? Patched `OMFailoverProxyProvider` to use the `omSvcID` provided in `loadOMClientConfigs` as opposed to needlessly creating a collection of serviceIDs and iterating through a collection of 1. Cleaned up iterating through collection of serviceIDs that is legacy code and has since been updated with using the serviceID provided when instantiating an `OMFailoverProxyProvider`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6346 ## How was this patch tested? Unit tests: `org/apache/hadoop/ozone/om/ha/TestOMFailoverProxyProvider.java` Acceptance tests - ozone-ha development cluster & manual tests. Manual testing consisting of ozone-ha dev cluster: i.) submitting client requests through the OMFailoverProxyProvider to the current om leader ii.) disabling / stopping the om leader iii.) submitting client request and ensuring failover success and command succeeds. -- 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]
