wolfkill opened a new pull request, #18625: URL: https://github.com/apache/pinot/pull/18625
Fixes #17152 ## Summary - resolve the server hostname lazily so an explicit `pinot.server.netty.host` does not evaluate `NetUtils.getHostAddress()` or `NetUtils.getHostnameOrAddress()` - preserve the existing fallback behavior when the host is not configured - add focused coverage for configured host, address fallback, and hostname fallback ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk/Contents/Home ./mvnw -pl pinot-server -am -Dtest=BaseServerStarterTest -Dsurefire.failIfNoSpecifiedTests=false test` - `git diff --check` -- 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]
