ivandika3 opened a new pull request, #7950: URL: https://github.com/apache/ozone/pull/7950
## What changes were proposed in this pull request? There are a lot of duplicated SCM proxy provider logic in - SCMBlockLocationFailoverProxyProvider - SCMContainerLocationFailoverProxyProvider - SCMSecurityProtocolFailoverProxyProvider - SecretKeyProtocolFailoverProxyProvider It's better to extract the logic to a separate class (e.g parent class) to prevent divergent implementation of this critical logic. SingleSecretKeyProtocolProxyProvider is a proxy provider that just communicates with a single SCM, therefore it requires a special handling by exposing the getCurrentProxySCMNodeId(). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11768 ## How was this patch tested? Existing CI. https://github.com/ivandika3/ozone/actions/runs/13470618964 -- 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]
