Uh oh!
There was an error while loading. Please reload this page.
[chore](profile) add task state in profile - #42895
Conversation
doris-robot
commented
Oct 30, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
mrhhsg
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: 41397 ms |
doris-robot
commented
Oct 30, 2024
TPC-DS: Total hot run time: 196798 ms |
doris-robot
commented
Oct 30, 2024
ClickBench: Total hot run time: 32.6 s |
| *eos = status.is<ErrorCode::END_OF_FILE>() ? true : *eos; | ||
| if (*eos) { // just return, the scheduler will do finish work | ||
| _eos = true; | ||
| _task_profile->add_info_string("TaskState", "EOS"); |
| if (*eos) { | ||
| // reach limit, stop the scanners. | ||
| local_state._scanner_ctx->stop_scanners(state); | ||
| local_state._scanner_profile->add_info_string("EOS", "true"); |
mrhhsg
commented
Oct 30, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 30, 2024
TeamCity be ut coverage result: |
mrhhsg
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: 41378 ms |
doris-robot
commented
Oct 31, 2024
TPC-DS: Total hot run time: 196688 ms |
doris-robot
commented
Oct 31, 2024
ClickBench: Total hot run time: 33.08 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
Issue Number: close #xxx <!--Describe your changes.-->
PR Body: ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> Cherry-picked from #42895 Co-authored-by: Jerry Hu <mrhhsg@gmail.com>
## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
Proposed changes
Issue Number: close #xxx