hevinhsu commented on PR #11111: URL: https://github.com/apache/ozone/pull/11111#issuecomment-5420126024
There are actually two workarounds introduced in HDDS-14812: 1. Introduce a custom `CachedDNSToSwitchMapping` to support user-defined hostnames. 2. Pre-create the `datanode.id` YAML file to set the hostname/IP for the DN. HDDS-16018 addressed (1), so we can remove that workaround now. However, (2) is still needed for tests using synthetic hostnames, and this issue is related to a side effect introduced by (2). So I don't think we can completely revert the workaround from HDDS-14812 yet. -- 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]
