Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud-mow) Fix the issue of missing and removing some old version delete bitmap - #44300
Conversation
doris-robot
commented
Nov 19, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hust-hhb
commented
Nov 19, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 19, 2024
TeamCity be ut coverage result: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Nov 20, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 20, 2024
TeamCity be ut coverage result: |
hust-hhb
commented
Nov 21, 2024
@zhannngchen already change this pr, take a look please |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
hust-hhb
commented
Nov 21, 2024
run buildall |
doris-robot
commented
Nov 21, 2024
TeamCity be ut coverage result: |
…on delete bitmap (#44448) Problem Summary: pr #40204 support removing old delete bitmap, however it donesn't consider boundary which will lead to miss some delete bitmap should be removed on be , it only affect local delete bitmap, the delete bitmap store in fdb is right, and these missing delete bitmaps can only be deleted by next base compaciton before this pr. pick pr:#44300
…on delete bitmap (apache#44300) ### What problem does this PR solve? Related PR: apache#40204 Problem Summary: pr apache#40204 support removing old delete bitmap, however it donesn't consider boundary which will lead to miss some delete bitmap should be removed on be , it only affect local delete bitmap, the delete bitmap store in fdb is right, and these missing delete bitmaps can only be deleted by next base compaciton before this pr.
What problem does this PR solve?
Related PR: #40204
Problem Summary:
pr #40204 support removing old delete bitmap, however it donesn't consider boundary which will lead to miss some delete bitmap should be removed on be , it only affect local delete bitmap, the delete bitmap store in fdb is right, and these missing delete bitmaps can only be deleted by next base compaciton before this pr.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)