SharuBob commented on issue #11317: URL: https://github.com/apache/druid/issues/11317#issuecomment-850996666
Found the issue, it was due to common.runtime.properties config druid.host=localhost, do not configure druid.host=localhost when deploying as cluster, it will use the in-process function InetAddress.getLocalHost().getCanonicalHostName() to get the hostname, which is very convenient 🙇 Wondering why this basic step was not mentioned in the official document 🤦 Please update it; took me almost few hours to figure out and this https://www.programmersought.com/article/25355543579/ helped. Thanks for the blog 🙇♂️ -- 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]
