Skip to content

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

Merged
morrySnow merged 1 commit into
branch-3.1from
auto-pick-58044-branch-3.1
Nov 25, 2025
Merged

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

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

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?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@doris-robot

Copy link
Copy Markdown

BE UT Coverage Report

Increment line coverage 30.00% (3/10) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage45.86% (12945/28230)
Line Coverage36.70% (115807/315567)
Region Coverage34.21% (66026/193026)
Branch Coverage31.23% (34674/111032)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 70.00% (7/10) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage76.39% (21243/27810)
Line Coverage69.60% (219692/315629)
Region Coverage67.51% (131044/194104)
Branch Coverage61.18% (68315/111662)

@morrySnowmorrySnow reopened this Nov 25, 2025
@morrySnow
morrySnow merged commit 29131eb into branch-3.1Nov 25, 2025
21 of 23 checks passed
@github-actions
github-actionsBot deleted the auto-pick-58044-branch-3.1 branch November 25, 2025 03:59
@morrySnowmorrySnow mentioned this pull request Dec 24, 2025
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.

5 participants

@Thearas@doris-robot@hello-stephen@morrySnow@freemandealer