ektravel commented on code in PR #17538:
URL: https://github.com/apache/druid/pull/17538#discussion_r1880646063


##########
docs/configuration/index.md:
##########
@@ -957,7 +957,7 @@ The following table shows the dynamic configuration 
properties for the Coordinat
 |`replicantLifetime`|The maximum number of Coordinator runs for which a 
segment can wait in the load queue of a Historical before Druid raises an 
alert.|15|
 |`replicationThrottleLimit`|The maximum number of segment replicas that can be 
assigned to a historical tier in a single Coordinator run. This property 
prevents Historical services from becoming overwhelmed when loading extra 
replicas of segments that are already available in the cluster.|500|
 |`balancerComputeThreads`|Thread pool size for computing moving cost of 
segments during segment balancing. Consider increasing this if you have a lot 
of segments and moving segments begins to stall.|`num_cores` / 2|
-|`killDataSourceWhitelist`|List of specific data sources for which kill tasks 
are sent if property `druid.coordinator.kill.on` is true. This can be a list of 
comma-separated data source names or a JSON array.|none|
+|`killDataSourceWhitelist`|List of specific data sources for which kill tasks 
are sent if property `druid.coordinator.kill.on` is true. If 
`killDataSourceWhitelist` is empty, the Coordinator issues kill tasks for all 
data sources. This can be a list of comma-separated data source names or a JSON 
array.|none|

Review Comment:
   ```suggestion
   |`killDataSourceWhitelist`|List of specific data sources for which kill 
tasks are sent if property `druid.coordinator.kill.on` is true. Can be a list 
of comma-separated data source names or a JSON array. If 
`killDataSourceWhitelist` is empty, the Coordinator issues kill tasks for all 
data sources.|none|
   ```



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