Skip to content

[emhancement](compaction) disable compaction pause on high memory by default#61937

Merged
yiguolei merged 1 commit intoapache:branch-4.1from
luwei16:pick/pr-61288-to-branch-4.1
Mar 31, 2026
Merged

[emhancement](compaction) disable compaction pause on high memory by default#61937
yiguolei merged 1 commit intoapache:branch-4.1from
luwei16:pick/pr-61288-to-branch-4.1

Conversation

@luwei16
Copy link
Copy Markdown
Contributor

@luwei16 luwei16 commented Mar 31, 2026

pick master #61288

High compaction score keeps more rowset metadata,
delete bitmaps, and version graph state in
memory.

Pausing compaction on high memory makes those
high-score tablets harder to merge, so
metadata backlog and memory pressure become
harder to bring down.

Disable this pause by default to avoid
reinforcing that feedback loop.

…default

High compaction score keeps more rowset metadata,
delete bitmaps, and version graph state in
memory.

Pausing compaction on high memory makes those
high-score tablets harder to merge, so
metadata backlog and memory pressure become
harder to bring down.

Disable this pause by default to avoid
reinforcing that feedback loop.
@luwei16 luwei16 requested a review from yiguolei as a code owner March 31, 2026 07:38
@Thearas
Copy link
Copy Markdown
Contributor

Thearas commented Mar 31, 2026

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?

@luwei16
Copy link
Copy Markdown
Contributor Author

luwei16 commented Mar 31, 2026

run buildall

@doris-robot
Copy link
Copy Markdown

BE UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 52.84% (19678/37244)
Line Coverage 36.23% (184191/508413)
Region Coverage 32.50% (142376/438095)
Branch Coverage 33.70% (62608/185776)

@hello-stephen
Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 100% (0/0) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 71.09% (25915/36452)
Line Coverage 53.87% (272943/506703)
Region Coverage 51.15% (226124/442057)
Branch Coverage 52.59% (97982/186304)

@yiguolei yiguolei merged commit 39b8b28 into apache:branch-4.1 Mar 31, 2026
28 of 30 checks passed
Sign up for free to 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