Uh oh!
There was an error while loading. Please reload this page.
branch-3.1: [fix](mow) delete bitmap is not deleted if commit compaction job failed #56758 - #56785
Merged
Merged
Conversation
…ed (apache#56758) delete bitmap kv is leaked: ``` [delete bitmap check fails] can't find corresponding rowset for delete bitmap instance_id=113100978, tablet_id=1759979382398, rowset_id=0200000000000027bc46eb5855e1afdc75b79046710c329f, version=13, segment_id=0 ``` this is because: 1. when update delete bitmap for compaction, does not write pending key 2. when commit compaction job failed, the delete bitmap kv is not deleted 3. when delete tmp rowset kv, the delete bitmap kv is not deleted
hello-stephen
commented
Oct 10, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
mymeiyi
commented
Oct 10, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Oct 10, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Oct 10, 2025
TPC-H: Total hot run time: 32777 ms |
doris-robot
commented
Oct 10, 2025
TPC-DS: Total hot run time: 193036 ms |
doris-robot
commented
Oct 10, 2025
ClickBench: Total hot run time: 28.26 s |
mymeiyi
commented
Oct 11, 2025
ContributorAuthor
run p0 |
morrySnow
approved these changes
Oct 13, 2025
Uh oh!
There was an error while loading. Please reload this page.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
picked from #56758