vtlim commented on code in PR #16882: URL: https://github.com/apache/druid/pull/16882#discussion_r1714313958
########## docs/operations/rule-configuration.md: ########## @@ -278,6 +278,8 @@ Set the following property: ## Broadcast rules Druid extensions use broadcast rules to load segment data onto all brokers in the cluster. Apply broadcast rules in a test environment, not in production. +To use broadcast rules, ensure that `druid.segmentCache.locations` is configured on both brokers and historicals so that segments +can be loaded on the servers. For more information, see [Segment cache size](../operations/basic-cluster-tuning.md#segment-cache-size). Review Comment: ```suggestion Druid extensions use broadcast rules to load segment data onto all Brokers in the cluster. Apply broadcast rules in a test environment, not in production. To use broadcast rules, ensure that `druid.segmentCache.locations` is configured on both Brokers and Historicals. This ensures that Druid can load the segments onto those servers. For more information, see [Segment cache size](../operations/basic-cluster-tuning.md#segment-cache-size). ``` -- 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]
