EvgenyAfanasev opened a new issue, #12209:
URL: https://github.com/apache/pinot/issues/12209
Hi. I tried to change listen address of controller using parameter
`-controllerHost 172.16.0.23` and using .conf parameter
`controller.host=172.16.0.23` but without any expected result. Controller start
on 0.0.0.0 address
In logs I found
```
INFO: Started listener bound to [0.0.0.0:9777]
```
In command `sudo lsof -i -P -n | grep LISTEN | grep 9777` return result:
```
java 792064 root 31u IPv6 15989379 0t0 TCP *:9777
(LISTEN)
```
Can I changed listen address of controller/server/broker ?
--
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]