Uh oh!
There was an error while loading. Please reload this page.
[Fix]add min scan thread num for workload group's scan thread - #38096
Conversation
doris-robot
commented
Jul 18, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
22e4664 to
5eb3cd3Comparewangbo
commented
Jul 18, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
doris-robot
commented
Jul 18, 2024
TPC-H: Total hot run time: 40062 ms |
doris-robot
commented
Jul 18, 2024
TPC-DS: Total hot run time: 172267 ms |
doris-robot
commented
Jul 18, 2024
ClickBench: Total hot run time: 30.68 s |
clang-tidy review says "All clean, LGTM! 👍" |
4 similar comments
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
de33794 to
fe8d7a9Compareclang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
wangbo
commented
Jul 19, 2024
run buildall |
doris-robot
commented
Jul 19, 2024
TPC-H: Total hot run time: 40092 ms |
doris-robot
commented
Jul 19, 2024
TPC-DS: Total hot run time: 172845 ms |
doris-robot
commented
Jul 19, 2024
ClickBench: Total hot run time: 30.81 s |
## Proposed changes pick #38096
## Proposed changes Set workload group's and non-workload group's remote scan min thread to reduce thread num, prevent Be core for thread Exhaustion. before: <img width="582" alt="image" src="https://github.com/user-attachments/assets/3a861191-c5a9-4b73-8a08-0aec0bed1cd5"> after: <img width="522" alt="image" src="https://github.com/user-attachments/assets/4024bbc8-d9d3-45bd-a895-07a6d87a6fd8">
…#38096) ## Proposed changes Set workload group's and non-workload group's remote scan min thread to reduce thread num, prevent Be core for thread Exhaustion. before: <img width="582" alt="image" src="https://github.com/user-attachments/assets/3a861191-c5a9-4b73-8a08-0aec0bed1cd5"> after: <img width="522" alt="image" src="https://github.com/user-attachments/assets/4024bbc8-d9d3-45bd-a895-07a6d87a6fd8">
Proposed changes
Set workload group's and non-workload group's remote scan min thread to reduce thread num, prevent Be core for thread Exhaustion.


before:
after: