Uh oh!
There was an error while loading. Please reload this page.
[fix](warmup) avoid calling recycle_cache after rebalance - #53339
Conversation
hello-stephen
commented
Jul 15, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
c23124c to
91492f6Comparekaijchen
commented
Aug 6, 2025
run buildall |
doris-robot
commented
Aug 6, 2025
TPC-H: Total hot run time: 34079 ms |
doris-robot
commented
Aug 6, 2025
TPC-DS: Total hot run time: 169844 ms |
doris-robot
commented
Aug 6, 2025
ClickBench: Total hot run time: 33.13 s |
hello-stephen
commented
Aug 6, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 6, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
91492f6 to
cc6c16cComparedataroaring
commented
Aug 7, 2025
run buildall |
1 similar comment
dataroaring
commented
Aug 7, 2025
run buildall |
doris-robot
commented
Aug 7, 2025
TPC-H: Total hot run time: 33871 ms |
doris-robot
commented
Aug 7, 2025
TPC-DS: Total hot run time: 170314 ms |
doris-robot
commented
Aug 7, 2025
ClickBench: Total hot run time: 33.22 s |
hello-stephen
commented
Aug 7, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 7, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
dataroaring
commented
Aug 11, 2025
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
| void remove_unused_rowsets(); | ||
| static void recycle_cached_data(const std::vector<RowsetSharedPtr>& rowsets); | ||
| static std::vector<RecycledRowsets> recycle_cached_data( |
There was a problem hiding this comment.
add comment to describe the behavior, what is the returned value and the input param
Uh oh!
There was an error while loading. Please reload this page.
kaijchen
commented
Aug 11, 2025
run buildall |
doris-robot
commented
Aug 11, 2025
TPC-H: Total hot run time: 33960 ms |
doris-robot
commented
Aug 11, 2025
TPC-DS: Total hot run time: 184973 ms |
doris-robot
commented
Aug 11, 2025
ClickBench: Total hot run time: 32.11 s |
hello-stephen
commented
Aug 11, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Aug 11, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
What problem does this PR solve?
Problem Summary:
recycle_cached_data()should not callrecycle_cache(). Because rebalance will also callrecycle_cached_data(). For compaction, we should callrecycle_cache()indelete_expired_stale_rowsets()andclear_cache().Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)