Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud-mow) FE should release mow lock when calculate delete bitmap catch exception - #41759
Conversation
…map catch exception
doris-robot
commented
Oct 12, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
hust-hhb
commented
Oct 12, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 12, 2024
TPC-H: Total hot run time: 40853 ms |
doris-robot
commented
Oct 12, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 12, 2024
TPC-DS: Total hot run time: 191936 ms |
doris-robot
commented
Oct 12, 2024
ClickBench: Total hot run time: 33.66 s |
hust-hhb
commented
Oct 14, 2024
run buildall |
doris-robot
commented
Oct 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 14, 2024
TPC-H: Total hot run time: 41209 ms |
doris-robot
commented
Oct 14, 2024
TPC-DS: Total hot run time: 191736 ms |
doris-robot
commented
Oct 14, 2024
ClickBench: Total hot run time: 33.57 s |
hust-hhb
commented
Oct 14, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 14, 2024
TPC-H: Total hot run time: 41283 ms |
doris-robot
commented
Oct 14, 2024
TPC-DS: Total hot run time: 193354 ms |
doris-robot
commented
Oct 14, 2024
ClickBench: Total hot run time: 33.98 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
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
Oct 30, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
hust-hhb
commented
Oct 30, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 30, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 30, 2024
TPC-H: Total hot run time: 41761 ms |
doris-robot
commented
Oct 30, 2024
TPC-DS: Total hot run time: 197684 ms |
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Oct 31, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 31, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 31, 2024
TPC-H: Total hot run time: 41636 ms |
doris-robot
commented
Oct 31, 2024
TPC-DS: Total hot run time: 191335 ms |
doris-robot
commented
Oct 31, 2024
ClickBench: Total hot run time: 32.14 s |
PR approved by at least one committer and no changes requested. |
…map catch exception (#41759) Now mow table lock is released on ms when doing commit txn, however if calculate delete bitmap failed before commiting txn, this lock will not release which will lead to another loading task hang on geting mow lock until this lock is expired on last txn.
…e delete bitmap catch exception (#43088) PR Body: Now mow table lock is released on ms when doing commit txn, however if calculate delete bitmap failed before commiting txn, this lock will not release which will lead to another loading task hang on geting mow lock until this lock is expired on last txn. Cherry-picked from #41759 Co-authored-by: huanghaibin <284824253@qq.com>
…map catch exception (apache#41759) Now mow table lock is released on ms when doing commit txn, however if calculate delete bitmap failed before commiting txn, this lock will not release which will lead to another loading task hang on geting mow lock until this lock is expired on last txn.
Now mow table lock is released on ms when doing commit txn, however if calculate delete bitmap failed before commiting txn, this lock will not release which will lead to another loading task hang on geting mow lock until this lock is expired on last txn.