FrankChen021 commented on PR #18136: URL: https://github.com/apache/druid/pull/18136#issuecomment-3096494116
> @FrankChen021 . Could you please update the release notes with the following information : > > * What config changes are required to enable this feature To enable it, configure `druid.broker.select.tier` to `perferred` at broker side and configure historical nodes into different tiers by setting `druid.server.tier` > * How does the user benefit from this feature. (this is partly there) This is useful for across availability zone deployment. Brokers in one AZ select historicals in the same AZ by default but still keeps the ability to select historical nodes in another AZ if historicals in the same AZ are not available. -- 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]
