Re: [PR] Fix threadpool hang when create thread failed in init() [doris]

2025-01-03 Thread via GitHub
wangbo commented on PR #46366: URL: https://github.com/apache/doris/pull/46366#issuecomment-2568934327 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 unsub

Re: [PR] Fix threadpool hang when create thread failed in init() [doris]

2025-01-03 Thread via GitHub
wangbo commented on PR #46366: URL: https://github.com/apache/doris/pull/46366#issuecomment-2568836945 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 unsub

Re: [PR] Fix threadpool hang when create thread failed in init() [doris]

2025-01-02 Thread via GitHub
yiguolei commented on code in PR #46366: URL: https://github.com/apache/doris/pull/46366#discussion_r1901534752 ## be/src/util/threadpool.cpp: ## @@ -273,19 +273,30 @@ ThreadPool::~ThreadPool() { shutdown(); } -Status ThreadPool::init() { -if (!_pool_status.is()) { -

Re: [PR] Fix threadpool hang when create thread failed in init() [doris]

2025-01-02 Thread via GitHub
hello-stephen commented on PR #46366: URL: https://github.com/apache/doris/pull/46366#issuecomment-2568786095 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+pro

[PR] Fix threadpool hang when create thread failed in init() [doris]

2025-01-02 Thread via GitHub
wangbo opened a new pull request, #46366: URL: https://github.com/apache/doris/pull/46366 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test