QiuMM commented on a change in pull request #6263: Add ability to specify list 
of task ports
URL: https://github.com/apache/incubator-druid/pull/6263#discussion_r213768163
 
 

 ##########
 File path: docs/content/configuration/index.md
 ##########
 @@ -1040,6 +1040,7 @@ Middle managers pass their configurations down to their 
child peons. The middle
 |`druid.indexer.runner.javaOptsArray`|A json array of strings to be passed in 
as options to the peon's jvm. This is additive to javaOpts and is recommended 
for properly handling arguments which contain quotes or spaces like 
`["-XX:OnOutOfMemoryError=kill -9 %p"]`|`[]`|
 |`druid.indexer.runner.maxZnodeBytes`|The maximum size Znode in bytes that can 
be created in Zookeeper.|524288|
 |`druid.indexer.runner.startPort`|Starting port used for peon processes, 
should be greater than 1023.|8100|
+|`druid.indexer.runner.ports`|A json array of integers to specify ports that 
used for peon processes. This property is an alternative to 
`druid.indexer.runner.startPort`. If specified and non-empty, ports for one 
peon process will be chosed from these ports rather than using 
`druid.indexer.runner.startPort` to allocate ports.|`[]`|
 
 Review comment:
   Got it.

----------------------------------------------------------------
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