Uh oh!
There was an error while loading. Please reload this page.
[fix](pipelinex) fix fragment instance progress reports (part 2) - #40694
Conversation
doris-robot
commented
Sep 11, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
kaijchen
commented
Sep 11, 2024
run buildall |
kaijchen
commented
Sep 11, 2024
run buildall |
doris-robot
commented
Sep 11, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 11, 2024
TPC-H: Total hot run time: 38287 ms |
doris-robot
commented
Sep 11, 2024
TPC-DS: Total hot run time: 197883 ms |
doris-robot
commented
Sep 11, 2024
ClickBench: Total hot run time: 32.2 s |
liaoxin01
commented
Sep 13, 2024
Please add a regression test. |
| // Otherwise the load progress (ScannedRows/LoadBytes) won't be updated before any instance is done. | ||
| if (!params.done) { | ||
| return false; | ||
| return true; |
There was a problem hiding this comment.
This may bring some problems here, refer to the comments above.
kaijchen
commented
Sep 14, 2024
run buildall |
doris-robot
commented
Sep 14, 2024
TPC-H: Total hot run time: 42903 ms |
doris-robot
commented
Sep 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 14, 2024
TPC-DS: Total hot run time: 199620 ms |
doris-robot
commented
Sep 14, 2024
ClickBench: Total hot run time: 30.83 s |
kaijchen
commented
Sep 24, 2024
run buildall |
doris-robot
commented
Sep 24, 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. |
) ## Proposed changes This PR is a followup of #40325. Because PipelineX has deprecated the old report. This PR fixed the `ScannedRows` and `LoadBytes` in the progress of the `SHOW LOAD` result. Currently the progress will only be updated when a fragment instance is done. Timely progress updates will be supported in a later PR.
…che#40694) This PR is a followup of apache#40325. Because PipelineX has deprecated the old report. This PR fixed the `ScannedRows` and `LoadBytes` in the progress of the `SHOW LOAD` result. Currently the progress will only be updated when a fragment instance is done. Timely progress updates will be supported in a later PR.
…che#40694) This PR is a followup of apache#40325. Because PipelineX has deprecated the old report. This PR fixed the `ScannedRows` and `LoadBytes` in the progress of the `SHOW LOAD` result. Currently the progress will only be updated when a fragment instance is done. Timely progress updates will be supported in a later PR.
…che#40694) ## Proposed changes This PR is a followup of apache#40325. Because PipelineX has deprecated the old report. This PR fixed the `ScannedRows` and `LoadBytes` in the progress of the `SHOW LOAD` result. Currently the progress will only be updated when a fragment instance is done. Timely progress updates will be supported in a later PR.
Proposed changes
This PR is a followup of #40325. Because PipelineX has deprecated the old report.
This PR fixed the
ScannedRowsandLoadBytesin the progress of theSHOW LOADresult.Currently the progress will only be updated when a fragment instance is done.
Timely progress updates will be supported in a later PR.