Uh oh!
There was an error while loading. Please reload this page.
[branch-4.1](compaction) remove single replica compaction (#63771) - #64061
Conversation
hello-stephen
commented
Jun 3, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
csun5285
commented
Jun 3, 2026
run buildall |
0f7804e to
f03cea1Comparecsun5285
commented
Jun 3, 2026
run buildall |
hello-stephen
commented
Jun 3, 2026
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Jun 3, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jun 3, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jun 3, 2026
FE Regression Coverage ReportIncrement line coverage |
Remove the single replica compaction (SRC) feature end-to-end across BE, FE and regression tests. Doc: apache/doris-website#3870 ### Why remove it The main reason is **correctness risk in peer selection**. A follower replica had to pick a peer holding a "proper" version (`_find_rowset_to_fetch`) and fetch its compacted result, based on replica info that was only refreshed periodically. Because replicas progress through versions independently and this "leader" selection ran against a stale, time-sensitive view of the cluster, the hoice of which peer to fetch from — and which version — was racy and could select a peer whose state no longer matched, leading to subtle inconsistencies.
f03cea1 to
9d24026Compareyiguolei
commented
Jun 4, 2026
skip buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
pick from master #63771