This is an automated email from the ASF dual-hosted git repository.
abhishekrb19 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new b90c6c525f5 docs: complete druid.broker.balancer.type description
(#19590)
b90c6c525f5 is described below
commit b90c6c525f58ea5c5beab86b17b8a0b5c75752df
Author: Adithya B Shetty <[email protected]>
AuthorDate: Fri Jun 19 03:24:43 2026 +0530
docs: complete druid.broker.balancer.type description (#19590)
The description for `druid.broker.balancer.type` was truncated mid-sentence
("...the fewest number of active connections to"). Complete the sentence and
fix the "random choose" -> "random chooses" grammar.
Co-authored-by: Cursor <[email protected]>
---
docs/configuration/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index f5baf4d1375..070f1a40859 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -1640,7 +1640,7 @@ These Broker configurations can be defined in the
`broker/runtime.properties` fi
|Property|Possible Values|Description|Default|
|--------|---------------|-----------|-------|
-|`druid.broker.balancer.type`|`random`, `connectionCount`|Determines how the
broker balances connections to Historical processes. `random` choose randomly,
`connectionCount` picks the process with the fewest number of active
connections to|`random`|
+|`druid.broker.balancer.type`|`random`, `connectionCount`|Determines how the
broker balances connections to Historical processes. `random` chooses randomly,
`connectionCount` picks the process with the fewest number of active
connections to it.|`random`|
|`druid.broker.select.tier`|`highestPriority`, `lowestPriority`, `custom`,
`preferred`|If segments are cross-replicated across tiers in a cluster, you can
tell the broker to prefer to select segments in a tier with a certain
priority.|`highestPriority`|
|`druid.broker.select.tier.custom.priorities`|An array of integer priorities,
such as `[-1, 0, 1, 2]`|Select servers in tiers with a custom priority
list.|The config only has effect if `druid.broker.select.tier` is set to
`custom`. If `druid.broker.select.tier` is set to `custom` but this config is
not specified, the effect is the same as `druid.broker.select.tier` set to
`highestPriority`. Any of the integers in this config can be ignored if there's
no corresponding tiers with such prio [...]
|`druid.broker.select.tier.preferred.tier`| The preferred tier name. E.g.,
`_default_tier` | A non-empty value that specifies the preferred tier in which
historical servers will be picked up for queries. If there are not enough
historical servers from the preferred tier, servers from other tiers (if there
are any) will be selected. This config only has effect if
`druid.broker.select.tier` is set to `preferred` | null |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]