Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-04-05 Thread via GitHub
hello-stephen commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739893923 # BE UT Coverage Report Increment line coverage `0.00% (0/22)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/970c3d5bef636a776ebe393b9293b4c733

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-04-05 Thread via GitHub
github-actions[bot] commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739046207 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-04-05 Thread via GitHub
github-actions[bot] commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739958941 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-25 Thread via GitHub
yiguolei merged PR #49292: URL: https://github.com/apache/doris/pull/49292 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-20 Thread via GitHub
doris-robot commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739659250 TPC-DS: Total hot run time: 192055 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-20 Thread via GitHub
doris-robot commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739673554 ClickBench: Total hot run time: 30.78 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-20 Thread via GitHub
doris-robot commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739628817 TPC-H: Total hot run time: 32513 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-20 Thread via GitHub
yiguolei commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739558922 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-20 Thread via GitHub
github-actions[bot] commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739344492 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-19 Thread via GitHub
doris-robot commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739207540 ClickBench: Total hot run time: 31.37 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-19 Thread via GitHub
doris-robot commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739197525 TPC-DS: Total hot run time: 186433 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-19 Thread via GitHub
doris-robot commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739171476 TPC-H: Total hot run time: 32561 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-19 Thread via GitHub
yiguolei commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739148193 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-19 Thread via GitHub
Thearas commented on PR #49292: URL: https://github.com/apache/doris/pull/49292#issuecomment-2739032344 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [bugfix](be) split the usage of thread pool in internal service [doris]

2025-03-19 Thread via GitHub
yiguolei opened a new pull request, #49292: URL: https://github.com/apache/doris/pull/49292 ### What problem does this PR solve? There are many wrong usage of light,heavy,arrow thread pool in internal service. And they will affect each other. I spilt them and distinguish the usage of