WinkerDu opened a new pull request, #27252:
URL: https://github.com/apache/doris/pull/27252

   Since #24830 introduce `broker.name` in hms catalog, data scan will run on 
specified brokers. And [doris 
operator](https://github.com/selectdb/doris-operator) support BE and broker 
deployed in same pod, BE access local broker is the fastest approach to access 
data. In previous logic, every inputSplit will select one BE to execute,  then 
randomly select one broker for actual data access, BE and related broker are 
always located on  separate K8S pod. This pr optimizes the broker select 
strategy to prioritize BE-local broker when `broker.name` is specified in hms 
catalog.
   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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]

Reply via email to