-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [fix](warmup) avoid calling recycle_cache after rebalance #53339 #53338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
branch-3.1: [fix](warmup) avoid calling recycle_cache after rebalance #53339 #53338
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
`recycle_cached_data()` should not call `recycle_cache()`. Because rebalance will also call `recycle_cached_data()`. For compaction, we should call `recycle_cache()` in `delete_expired_stale_rowsets()` and `clear_cache()`.
0e0edb6 to
0345f71
Compare
|
run buildall |
TPC-H: Total hot run time: 39920 ms |
TPC-DS: Total hot run time: 194566 ms |
ClickBench: Total hot run time: 29.77 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
backport #53339