You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/05/14 02:30:59 UTC

[GitHub] [incubator-pinot] mayankshriv opened a new pull request #5384: Set `pinot.server.netty.host` from PerfBenchmarkDriver to avoid using NetUtils.getHostAddress().

mayankshriv opened a new pull request #5384:
URL: https://github.com/apache/incubator-pinot/pull/5384


   If `pinot.server.netty.host` is not explictly set, the HELIX_HOST in instance config gets
   overwritten by a value returned by `NetUtils.getHostAddress()`, which depending on internet/firewall
   may return an addresses that cannot be connected to. Explicitly setting this to `localhost` solves
   the issue.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] mayankshriv merged pull request #5384: Set `pinot.server.netty.host` from PerfBenchmarkDriver to avoid using NetUtils.getHostAddress().

Posted by GitBox <gi...@apache.org>.
mayankshriv merged pull request #5384:
URL: https://github.com/apache/incubator-pinot/pull/5384


   


----------------------------------------------------------------
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:
users@infra.apache.org



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