mayankshriv opened a new pull request, #13536: URL: https://github.com/apache/pinot/pull/13536
By default, the instance names chosen is the IP address of the node (host + port). However, with cloud deployments becoming more mainstream using hostname is more desirable. This PR changes the default behavior to use hostname instead of IP address. Although, most deployments should not be impacted by this change, still marking this as backward incompatible to err on the side of being cautious. ## Release Notes The default behavior of `pinot.set.instance.id.to.hostname` is being changed from `false` to `true`. With this change, the hostname would be used for pinot component instance names as opposed to the host IP address by default. The behavior can be reverted by setting this config to `false`. -- 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]
