Skip to content

branch-4.0: [fix](cloud) avoid broadcast remote read in topn query #58044 - #58156

Merged
yiguolei merged 1 commit into
branch-4.0from
auto-pick-58044-branch-4.0
Nov 20, 2025
Merged

branch-4.0: [fix](cloud) avoid broadcast remote read in topn query #58044#58156
yiguolei merged 1 commit into
branch-4.0from
auto-pick-58044-branch-4.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #58044

Topn lazy read only read the cache in cloud mode to reduce tablet cache
read. fix#50803 failed to pass force_use_only_cached to tablet_mgr
Signed-off-by: zhengyu <zhangzhengyu@selectdb.com>
@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@hello-stephen

Copy link
Copy Markdown
Contributor

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 30.00% (3/10) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage52.81% (18160/34388)
Line Coverage38.15% (165362/433491)
Region Coverage33.17% (128472/387359)
Branch Coverage33.97% (55407/163110)

@yiguoleiyiguolei reopened this Nov 20, 2025
@yiguolei
yiguolei merged commit 507f29b into branch-4.0Nov 20, 2025
24 of 27 checks passed
@github-actions
github-actionsBot deleted the auto-pick-58044-branch-4.0 branch November 20, 2025 03:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@hello-stephen@yiguolei@freemandealer