-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[fix](cloud-mow) Make new MS can erase initiator when upgrading MS #49716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TeamCity cloud ut coverage result: |
run buildall |
TeamCity cloud ut coverage result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…pache#49716) Here is a scene 1. Upgrading MS, now we have a new MS and an old MS 2. Compaction applied for delete bitmap lock in the old MS 3. Compaction failed to update delete bitmap in new ms because of tablet compaction key not found 4. Compaction abort 5. Compaction failed to perform an abort in the new MS because of tablet compaction key not found, witch will lead to fail to release delete bitmap lock Now this pr can make step 5 success, so delete bitmap lock can release successfully during upgrade ms
Here is a scene
Now this pr can make step 5 success, so delete bitmap lock can release successfully during upgrade ms
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)