Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud-mow) FE should release delete bitmap lock when calculating delete bitmap failed - #45673
Merged
Merged
Conversation
…g delete bitmap failed
hello-stephen
commented
Dec 19, 2024
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
hust-hhb
commented
Dec 19, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 19, 2024
TPC-H: Total hot run time: 39978 ms |
doris-robot
commented
Dec 19, 2024
TPC-DS: Total hot run time: 196410 ms |
doris-robot
commented
Dec 19, 2024
ClickBench: Total hot run time: 32.36 s |
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Dec 24, 2024
ContributorAuthor
run buildall |
hust-hhb
commented
Dec 24, 2024
ContributorAuthor
run buildall |
hust-hhb
commented
Dec 24, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 24, 2024
TPC-H: Total hot run time: 39923 ms |
doris-robot
commented
Dec 24, 2024
TPC-DS: Total hot run time: 196693 ms |
doris-robot
commented
Dec 24, 2024
ClickBench: Total hot run time: 32.82 s |
hust-hhb
commented
Dec 24, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 24, 2024
TPC-H: Total hot run time: 39654 ms |
doris-robot
commented
Dec 24, 2024
TPC-DS: Total hot run time: 190121 ms |
doris-robot
commented
Dec 24, 2024
ClickBench: Total hot run time: 32.82 s |
hust-hhb
commented
Dec 24, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 24, 2024
TPC-H: Total hot run time: 32315 ms |
doris-robot
commented
Dec 24, 2024
TPC-DS: Total hot run time: 196180 ms |
doris-robot
commented
Dec 24, 2024
ClickBench: Total hot run time: 31.69 s |
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Dec 26, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 26, 2024
TPC-H: Total hot run time: 32397 ms |
doris-robot
commented
Dec 26, 2024
TPC-DS: Total hot run time: 196613 ms |
doris-robot
commented
Dec 26, 2024
ClickBench: Total hot run time: 31.58 s |
hust-hhb
commented
Dec 31, 2024
ContributorAuthor
run buildall |
doris-robot
commented
Dec 31, 2024
TPC-H: Total hot run time: 32321 ms |
doris-robot
commented
Dec 31, 2024
TPC-DS: Total hot run time: 197063 ms |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 31.79 s |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
| commitTransaction(dbId, tableList, transactionId, tabletCommitInfos, txnCommitAttachment, false); | ||
| List<OlapTable> mowTableList = getMowTableList(tableList, tabletCommitInfos); | ||
| try { | ||
| LOG.info("try to commit transaction, transactionId: {}", transactionId); |
ContributorAuthor
There was a problem hiding this comment.
this log record when current transaction successfully getting fe's commitLock and start do get delete bitmap lock, it's useful for checking problem
hust-hhb added a commit
to hust-hhb/doris
that referenced
this pull request
Jan 8, 2025
…g delete bitmap failed apache#45673
16 tasks
16 tasks
hust-hhb added a commit
to hust-hhb/doris
that referenced
this pull request
Feb 8, 2025
…g delete bitmap failed apache#45673
Merged
16 tasks
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.
When calculating delete bitmap failed, delete bitmap lock is holded by last failed txn, fe should release lock for other txn can do commit.
Issue Number: close #xxx
Related PR: #41759
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)