Uh oh!
There was an error while loading. Please reload this page.
[feature](cloud) Support compaction read-write separation for cloud mode - #60310
Conversation
Thearas
commented
Jan 28, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
aff26fb to
b22ecccCompareYukang-Lian
commented
Jan 29, 2026
run buildall |
hello-stephen
commented
Jan 29, 2026
FE UT Coverage ReportIncrement line coverage `` 🎉 |
23e3825 to
45e7d1fCompareYukang-Lian
commented
Jan 29, 2026
run buildall |
doris-robot
commented
Jan 29, 2026
TPC-H: Total hot run time: 32338 ms |
doris-robot
commented
Jan 29, 2026
ClickBench: Total hot run time: 28.55 s |
hello-stephen
commented
Jan 29, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jan 29, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
45e7d1f to
5d2f93cCompareYukang-Lian
commented
Jan 30, 2026
run buildall |
hello-stephen
commented
Jan 30, 2026
FE UT Coverage ReportIncrement line coverage `` 🎉 |
Uh oh!
There was an error while loading. Please reload this page.
5d2f93c to
2f6a6d9CompareYukang-Lian
commented
Jan 30, 2026
run buildall |
hello-stephen
commented
Jan 30, 2026
FE UT Coverage ReportIncrement line coverage `` 🎉 |
doris-robot
commented
Jan 30, 2026
TPC-H: Total hot run time: 31948 ms |
doris-robot
commented
Jan 30, 2026
ClickBench: Total hot run time: 28.89 s |
doris-robot
commented
Jan 30, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jan 30, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
006d993 to
159ab4dCompareYukang-Lian
commented
Feb 3, 2026
run buildall |
doris-robot
commented
Feb 3, 2026
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Feb 3, 2026
TPC-H: Total hot run time: 32217 ms |
doris-robot
commented
Feb 3, 2026
ClickBench: Total hot run time: 27.96 s |
hello-stephen
commented
Feb 11, 2026
FE Regression Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
Yukang-Lian
commented
Feb 12, 2026
run external |
1 similar comment
Yukang-Lian
commented
Feb 12, 2026
run external |
hello-stephen
commented
Feb 12, 2026
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Feb 12, 2026
FE Regression Coverage ReportIncrement line coverage |
Uh oh!
There was an error while loading. Please reload this page.
## Proposed changes Cherry-pick the following PRs to branch-4.0: - [Enhancement](Recycler) Add bvar metrics for operation logs #60520 - [Feat](Snapshot) require root privilege for cluster snapshot commands #60239 - [Fix](Recycler) Fix recycler OOM by limiting queued delete tasks #59331 - [feature](cloud) Support compaction read-write separation for cloud mode #60310
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
In cloud mode with multiple compute groups sharing the same tablets, compaction executed by read-only clusters invalidates file cache on the write cluster and wastes resources. This PR implements compaction read-write separation so that only the cluster that last performed data load executes compaction.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)