https://pinot.apache.org/ logo
#troubleshooting
Title
# troubleshooting
g

Grace Lu

04/01/2022, 2:48 AM
Hi team, if each of our pinot components has multiple resolvable dns name, I wonder if there is any recommended config for us to define/pick the hostname
g

Grace Lu

04/01/2022, 2:54 AM
we don’t mind instance_id is constructed from hostname + port, but we would like to change the hostname itself from default
seems like there is
controller.host
and
pinot.server.netty.host
for controller and server, but don’t see the equivalent for broker?
also is this how pinot get its hostname?https://apache-pinot.slack.com/archives/D029R7X5R6J/p1648780740006429 So the hostname needs to be either
InetAddress.getLocalHost().getCanonicalHostName();
or the ip address?
m

Mayank

04/01/2022, 4:22 AM
Yes