machine424 commented on issue #10773: URL: https://github.com/apache/druid/issues/10773#issuecomment-818684361
I think you need to set `druid.router.tierToBrokerMap`, see [here](https://druid.apache.org/docs/latest/configuration/index.html#runtime-configuration) otherwise the router will "not find" the corresponding broker to take care of your query in the map, log an error and fallback to `druid.router.defaultBrokerServiceName` relevant code: https://github.com/apache/druid/blob/druid-0.20.2/server/src/main/java/org/apache/druid/server/router/TieredBrokerHostSelector.java#L192-L244 (druid 0.20.2) -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
