Yukang-Lian commented on PR #66585:
URL: https://github.com/apache/doris/pull/66585#issuecomment-5265152564

   Addressed the cache-hit performance review in 0e46baf8c26. 
CloudSystemInfoService now provides a scoped backend lookup that resolves 
physical/virtual compute groups internally and searches the authoritative 
sorted backend list without materializing the full pool. GroupCommitManager 
uses it only for cached membership validation; cache miss and stale-cache 
fallback still use the full active candidate pool for random selection.
   
   Validation:
   - `./run-fe-ut.sh --run org.apache.doris.load.GroupCommitManagerTest` (3 
tests, 0 failures)
   - `./run-fe-ut.sh --run 
org.apache.doris.cloud.system.CloudSystemInfoServiceTest` (24 tests, 0 failures)
   - `git diff --check`
   
   Please re-review the updated head.


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