Slackbot
05/03/2023, 10:12 AMSergio Ferragut
05/03/2023, 4:40 PMFrank Cao
05/03/2023, 10:59 PMSergio Ferragut
05/04/2023, 1:57 PMdruid.router.strategies) for a given request and the broker/historical config which decides which set of historicals to use to resolve a query. The query context also plays a role if you want specific queries to default to running on a particular tier (by specifying the brokerService ) or by giving the query a priority when using priority based routing strategy where the brokers have a priority designation. Broker priority is based on druid.router.tierToBrokerMap where highest priority is broker tier that is listed first. I haven't tried this myself, but that is how I understand this. Let us know how it goes.Sergio Ferragut
05/04/2023, 2:05 PMdruid.broker.select.tier to define strategy when selecting historical tier to use:
• highestPriority would select the historical tier with the highest priority value (as set with druid.server.priority in each historical runtime.properties),
• lowestPriority selects historical tier with lowest priority
• custom allows you to define historical tier selection with specific priority designations.Frank Cao
05/04/2023, 11:44 PM