F64116045 opened a new pull request, #11158: URL: https://github.com/apache/ozone/pull/11158
## What changes were proposed in this pull request? `MiniOzoneCluster` currently uses the Ozone-specific `FixedHostMapping` to configure hostname-to-rack mappings for topology tests. `FixedHostMapping` was introduced as a workaround for the previous behavior where SCM and OM wrapped configured DNS-to-switch mappings in `CachedDNSToSwitchMapping`. Since HDDS-16018, configured mappings are used directly, so this workaround is no longer needed. This change: * replaces `FixedHostMapping` with Hadoop's `StaticMapping`; * adds the Hadoop common test JAR dependency that provides `StaticMapping`; * removes `FixedHostMapping`. This is a follow-up to https://github.com/apache/ozone/pull/10911. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16286 ## 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]
