kfaraz commented on a change in pull request #12221:
URL: https://github.com/apache/druid/pull/12221#discussion_r805755582



##########
File path: docs/configuration/index.md
##########
@@ -1067,6 +1067,7 @@ The following configs only apply if the Overlord is 
running in remote mode. For
 |--------|-----------|-------|
 |`druid.indexer.runner.taskAssignmentTimeout`|How long to wait after a task as 
been assigned to a MiddleManager before throwing an error.|PT5M|
 |`druid.indexer.runner.minWorkerVersion`|The minimum MiddleManager version to 
send tasks to. |"0"|
+| `druid.indexer.runner.parallelIndexTaskSlotRatio`| The ratio of slots 
available for parallel batch indexing task for each worker.<br/> A value less 
than 1 when workers are configured to have at least 2 slots can prevent 
deadlocks.|1|

Review comment:
       ```suggestion
   | `druid.indexer.runner.parallelIndexTaskSlotRatio`| The ratio of task slots 
available for parallel indexing supervisor tasks per worker. The specified 
value must be in the range [0, 1].|1|
   ```




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

Reply via email to