mayankshriv opened a new pull request #5384: URL: https://github.com/apache/incubator-pinot/pull/5384
If `pinot.server.netty.host` is not explictly set, the HELIX_HOST in instance config gets overwritten by a value returned by `NetUtils.getHostAddress()`, which depending on internet/firewall may return an addresses that cannot be connected to. Explicitly setting this to `localhost` solves the issue. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
