-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix]add min scan thread num for workload group's scan thread #38096
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
22e4664
to
5eb3cd3
Compare
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. |
TPC-H: Total hot run time: 40062 ms
|
TPC-DS: Total hot run time: 172267 ms
|
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
fe8d7a9
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
TPC-H: Total hot run time: 40092 ms
|
TPC-DS: Total hot run time: 172845 ms
|
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">
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: