Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-26 Thread via GitHub
yiguolei merged PR #40641: URL: https://github.com/apache/doris/pull/40641 -- 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] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-26 Thread via GitHub
github-actions[bot] commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2376919568 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] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367481790 TeamCity be ut coverage result: Function Coverage: 37.27% (9606/25775) Line Coverage: 28.68% (79508/277186) Region Coverage: 28.12% (41107/146187) Branch Coverage: 24.7

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367456749 ClickBench: Total hot run time: 33.62 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367445895 TPC-DS: Total hot run time: 195427 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367423488 TPC-H: Total hot run time: 43020 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367351471 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 u

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367307501 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] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367267796 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 u

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on code in PR #40641: URL: https://github.com/apache/doris/pull/40641#discussion_r1770791044 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -270,6 +272,10 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr ctx, eos = true;

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on code in PR #40641: URL: https://github.com/apache/doris/pull/40641#discussion_r1770788583 ## be/src/common/config.cpp: ## @@ -281,6 +281,8 @@ DEFINE_mInt32(doris_scan_range_max_mb, "1024"); DEFINE_mInt32(doris_scanner_row_num, "16384"); // single read e

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
yiguolei commented on code in PR #40641: URL: https://github.com/apache/doris/pull/40641#discussion_r1770748426 ## be/src/common/config.cpp: ## @@ -281,6 +281,8 @@ DEFINE_mInt32(doris_scan_range_max_mb, "1024"); DEFINE_mInt32(doris_scanner_row_num, "16384"); // single read exe

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
zhiqiang- commented on code in PR #40641: URL: https://github.com/apache/doris/pull/40641#discussion_r1770731230 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -270,6 +272,10 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr ctx, eos = true;

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-18 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2358438046 ClickBench: Total hot run time: 32.69 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-18 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2358426971 TeamCity be ut coverage result: Function Coverage: 37.33% (9583/25672) Line Coverage: 28.72% (79240/275883) Region Coverage: 28.19% (41017/145520) Branch Coverage: 24.8

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-18 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2358425107 TPC-DS: Total hot run time: 194081 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-18 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2358396465 TPC-H: Total hot run time: 42132 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-18 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2358207719 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 u

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-10 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2342506941 TeamCity be ut coverage result: Function Coverage: 36.82% (9394/25510) Line Coverage: 28.23% (77508/274553) Region Coverage: 27.62% (40006/144820) Branch Coverage: 24.2

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-10 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2342452855 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 u

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-10 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2341541920 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 u

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-10 Thread via GitHub
doris-robot commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2341541798 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] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-10 Thread via GitHub
kaka11chen opened a new pull request, #40641: URL: https://github.com/apache/doris/pull/40641 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-05 Thread via GitHub
doris-robot commented on PR #40395: URL: https://github.com/apache/doris/pull/40395#issuecomment-2331329390 TeamCity be ut coverage result: Function Coverage: 36.84% (9399/25515) Line Coverage: 28.27% (77478/274038) Region Coverage: 27.67% (39983/144502) Branch Coverage: 24.3

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-04 Thread via GitHub
kaka11chen commented on PR #40395: URL: https://github.com/apache/doris/pull/40395#issuecomment-2330439251 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 u