kfaraz commented on a change in pull request #11766:
URL: https://github.com/apache/druid/pull/11766#discussion_r722018170
##########
File path: docs/configuration/index.md
##########
@@ -1794,6 +1794,7 @@ See [cache configuration](#cache-configuration) for how
to configure cache setti
|--------|---------------|-----------|-------|
|`druid.serverview.type`|batch or http|Segment discovery method to use. "http"
enables discovering segments using HTTP instead of zookeeper.|batch|
|`druid.broker.segment.watchedTiers`|List of strings|Broker watches the
segment announcements from processes serving segments to build cache of which
process is serving which segments, this configuration allows to only consider
segments being served from a whitelist of tiers. By default, Broker would
consider all tiers. This can be used to partition your dataSources in specific
Historical tiers and configure brokers in partitions so that they are only
queryable for specific dataSources.|none|
+|`druid.broker.segment.ignoredTiers`|List of strings|The Broker watches the
segment announcements from processes that serve segments to build a cache to
relate each process to the segments it serves. This configuration allows the
Broker to ignore the segments being served from a list of tiers. By default,
Broker considers all tiers. This config is mutually exclusive from
`druid.broker.segment.watchedTiers` and at most only one of these can be
configured on a Broker.|none|
Review comment:
Yes, I think that would help remove any ambiguity.
--
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]