branch-4.0: [fix](cloud) Prevent urgent load from preempting schema change lock #66082 - #66225
Open
github-actions[bot] wants to merge 1 commit into
Open
branch-4.0: [fix](cloud) Prevent urgent load from preempting schema change lock #66082#66225github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…66082) Related PR: #53086 Problem Summary: Urgent MOW load lock requests currently replace any existing delete bitmap update lock after the force-take threshold. If a heavy schema change owns the lock, the load can invalidate the schema change and make its later commit fail. This change keeps active schema change locks protected in both v1 and v2 lock implementations. Urgent loads continue to preempt compaction and load locks, and stale schema change locks still follow the existing expiration cleanup path. The unit-test matrix directly verifies persisted lock ownership and v2 job-key cleanup for active schema change, expired schema change, compaction, and ordinary load owners. An isolated cloud Docker case pauses schema change after lock acquisition, limits the urgent load to two immediate lock attempts, and verifies that the load fails with the lock conflict while schema change retains ownership. ### Release note Urgent MOW loads no longer preempt active schema change delete bitmap locks.
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
|
run buildall |
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.
Cherry-picked from #66082