Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud-mow) Add retry when calculating delete bitmap timeout when loading data - #40562
Conversation
doris-robot
commented
Sep 9, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
hust-hhb
commented
Sep 9, 2024
run buildall |
doris-robot
commented
Sep 9, 2024
TPC-H: Total hot run time: 38123 ms |
doris-robot
commented
Sep 9, 2024
TPC-DS: Total hot run time: 192142 ms |
doris-robot
commented
Sep 9, 2024
ClickBench: Total hot run time: 31.24 s |
hust-hhb
commented
Sep 11, 2024
run buildall |
doris-robot
commented
Sep 11, 2024
TPC-H: Total hot run time: 38292 ms |
doris-robot
commented
Sep 11, 2024
TPC-DS: Total hot run time: 197246 ms |
doris-robot
commented
Sep 11, 2024
ClickBench: Total hot run time: 31.82 s |
hust-hhb
commented
Sep 11, 2024
run buildall |
doris-robot
commented
Sep 11, 2024
TPC-H: Total hot run time: 38366 ms |
doris-robot
commented
Sep 11, 2024
TPC-DS: Total hot run time: 192739 ms |
doris-robot
commented
Sep 11, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 11, 2024
ClickBench: Total hot run time: 31.38 s |
| dbId, tableList, transactionId, commitInfos, getLoadJobFinalOperation()); | ||
| afterLoadingTaskCommitTransaction(tableList); | ||
| afterCommit(); | ||
| finishJob = true; |
There was a problem hiding this comment.
just break instead of using finishJob.
| finishJob = true; | |
| finishJob = true; |
There was a problem hiding this comment.
use return instead of break, unlock table will do in finally code before return
hust-hhb
commented
Sep 14, 2024
run buildall |
hust-hhb
commented
Sep 14, 2024
run buildall |
doris-robot
commented
Sep 14, 2024
TPC-H: Total hot run time: 43493 ms |
doris-robot
commented
Sep 14, 2024
TPC-DS: Total hot run time: 195605 ms |
doris-robot
commented
Sep 14, 2024
ClickBench: Total hot run time: 31.53 s |
doris-robot
commented
Sep 14, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
hust-hhb
commented
Sep 19, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
hust-hhb
commented
Sep 19, 2024
run buildall |
doris-robot
commented
Sep 19, 2024
TPC-H: Total hot run time: 41265 ms |
doris-robot
commented
Sep 19, 2024
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
…n loading data (#40562) Add retry when calculating delete bitmap timeout on broker load , like stream load doing.
…n loading data (apache#40562) Add retry when calculating delete bitmap timeout on broker load , like stream load doing.
Add retry when calculating delete bitmap timeout on broker load , like stream load doing.