[fix](mow) delete bitmap is not deleted if commit compaction job failed#56758
Merged
w41ter merged 1 commit intoapache:masterfrom Oct 10, 2025
Merged
[fix](mow) delete bitmap is not deleted if commit compaction job failed#56758w41ter merged 1 commit intoapache:masterfrom
w41ter merged 1 commit intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-DS: Total hot run time: 190287 ms |
ClickBench: Total hot run time: 30.65 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
w41ter
approved these changes
Oct 10, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Oct 10, 2025
…ed (#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
mymeiyi
added a commit
to mymeiyi/doris
that referenced
this pull request
Oct 10, 2025
…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
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 free
to 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.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
delete bitmap kv is leaked:
this is because:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)