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

   ### What problem does this PR solve?
   
   Automatic partition loads with no physical partitions create dummy tablet 
locations. The previous logic sampled from all alive backends in a cloud 
instance, allowing a backend from another compute group to be selected. 
Restrict candidates to load-available, non-decommissioning backends in the 
current compute group before choosing a dummy location.
   
   ### Release note
   
   Fix automatic partition loads to choose dummy tablet locations from the 
current compute group.
   
   ### Check List (For Author)
   
   - Test: Unit Test
       - ./run-fe-ut.sh --run org.apache.doris.planner.OlapTableSinkTest
       - DISABLE_BUILD_UI=ON ./build.sh --fe
   - Behavior changed: Yes. Dummy tablet locations are now selected only from 
load-available backends in the current compute group.
   - Does this need documentation: No
   


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