Uh oh!
There was an error while loading. Please reload this page.
[fix](load) restore load job progress before retry failed load task - #26469
[fix](load) restore load job progress before retry failed load task#26469TsukiokaKogane wants to merge 1 commit into
Conversation
TsukiokaKogane
commented
Nov 6, 2023
run buildall |
doris-robot
commented
Nov 6, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
dataroaring
commented
Nov 6, 2023
Cloud you explain more in commit message? |
TsukiokaKogane
commented
Nov 7, 2023
done |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
xiaokang
commented
Nov 10, 2023
@TsukiokaKogane can you submit a pr for branch-2.0 |
TsukiokaKogane
commented
Nov 11, 2023
done #26802 |
xiaokang
commented
Nov 11, 2023
TsukiokaKogane
commented
Nov 21, 2023
run buildall |
doris-robot
commented
Nov 21, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
doris-robot
commented
Nov 21, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
70781e1 to
b24c066Compareyiguolei
commented
Dec 30, 2023
run buildall |
doris-robot
commented
Dec 30, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools |
doris-robot
commented
Dec 30, 2023
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpch-tools |
doris-robot
commented
Dec 30, 2023
TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G', run with scripts in https://github.com/apache/doris/tree/master/tools/tpcds-tools |
doris-robot
commented
Dec 30, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
b24c066 to
572156dComparedataroaring
commented
Jun 27, 2024
run buildall |
doris-robot
commented
Jun 27, 2024
TPC-H: Total hot run time: 39612 ms |
doris-robot
commented
Jun 27, 2024
TPC-DS: Total hot run time: 170935 ms |
doris-robot
commented
Jun 27, 2024
ClickBench: Total hot run time: 31.1 s |
We're closing this PR because it hasn't been updated in a while. |
Proposed changes
Currently if a loadloading task fails, in retry the failed task's progress would retain with double the total file num.
Because the load job progress was initiated in BrokerLoadJob::createLoadingTask() and the total file num is added every time in Coordinator::exec(), the progress is not properly reset in retry.
For example, previously the progress looks like this after retry:
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...