vrajat opened a new pull request, #13361: URL: https://github.com/apache/pinot/pull/13361
BrokerSelector is useful in other components when an appropriate broker has to be selected. For example, the controller has to choose a broker that can process all tables in a V2 query. Move BrokerSelector to `pinot-common` so that other components can have access to the interface and implementations. Also add `CommonTenantBrokerSelector` which will error out if a broker that can process all the tables in a query cannot be found. Remove similar code in the controller that chose the right tenant and replace it with a broker selector. Tags: multi-stage cleanup -- 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]
