gianm opened a new issue #6154: Ability to specify list of task ports
URL: https://github.com/apache/incubator-druid/issues/6154
 
 
   In some environments (like containerized environments without isolated 
network stacks) it is desirable to decide ahead of time exactly what ports your 
services are going to use. In Druid the main thing stopping this from being 
easy is the fact that peons have a startPort that you can set, but then they'll 
use ports potentially above that, and you don't have a ton of control over how 
high they'll go.
   
   It would be nice to be able to provide a `druid.indexer.runner.ports = 
[8100, 8101, 8102]` config as an alternative to 
`druid.indexer.runner.startPort`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to