Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-22 Thread via GitHub
yiguolei commented on PR #28781: URL: https://github.com/apache/doris/pull/28781#issuecomment-1867716230 This PR is useless any more. -- 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

Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-22 Thread via GitHub
yiguolei closed pull request #28781: [Fix](executor)Fix scan queue query hang URL: https://github.com/apache/doris/pull/28781 -- 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.

Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28781: URL: https://github.com/apache/doris/pull/28781#issuecomment-1865820341 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit d3737225bdbc28898d441da0394cc4f2944563e5, data reload: false run

Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28781: URL: https://github.com/apache/doris/pull/28781#issuecomment-1865790161 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.43 seconds stream load tsv: 564 seconds loaded 74807831229 Bytes,

Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28781: URL: https://github.com/apache/doris/pull/28781#issuecomment-1865751382 TeamCity be ut coverage result: Function Coverage: 36.48% (8538/23403) Line Coverage: 28.60% (69429/242765) Region Coverage: 27.63% (35930/130062) Branch Coverage:

Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-20 Thread via GitHub
github-actions[bot] commented on code in PR #28781: URL: https://github.com/apache/doris/pull/28781#discussion_r1433616346 ## be/src/vec/exec/scan/scan_task_queue.cpp: ## @@ -23,35 +23,28 @@ namespace doris { namespace taskgroup { + static void empty_function() {}

Re: [PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-20 Thread via GitHub
wangbo commented on PR #28781: URL: https://github.com/apache/doris/pull/28781#issuecomment-1865639544 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

[PR] [Fix](executor)Fix scan queue query hang [doris]

2023-12-20 Thread via GitHub
wangbo opened a new pull request, #28781: URL: https://github.com/apache/doris/pull/28781 ## Proposed changes Fix query may hang when set enable_workload_group_for_scan = true, this because there bug in BlockingPriorityQueue.blocking_get. When set timeout_ms > 0 and calling