You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "EvgenyAfanasev (via GitHub)" <gi...@apache.org> on 2023/12/29 05:37:02 UTC

[I] Controller host parameter isn't work [pinot]

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: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] Controller host parameter isn't work [pinot]

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr commented on issue #12209:
URL: https://github.com/apache/pinot/issues/12209#issuecomment-1877880727

   can you share the full command you used? 


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org