Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-25 Thread via GitHub
dataroaring merged PR #41137: URL: https://github.com/apache/doris/pull/41137 -- 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.

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-24 Thread via GitHub
liaoxin01 merged PR #41135: URL: https://github.com/apache/doris/pull/41135 -- 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.ap

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #41137: URL: https://github.com/apache/doris/pull/41137#issuecomment-2367915420 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 2ceda26dc6a02cb375ae25d26abc56e2097acfc7 with default session variables Stream

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

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

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

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

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

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

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui commented on PR #41137: URL: https://github.com/apache/doris/pull/41137#issuecomment-2367753762 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 unsu

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui commented on PR #41137: URL: https://github.com/apache/doris/pull/41137#issuecomment-2367657701 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 unsu

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui commented on PR #41137: URL: https://github.com/apache/doris/pull/41137#issuecomment-2367620461 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 unsu

[PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui opened a new pull request, #41137: URL: https://github.com/apache/doris/pull/41137 pick (#40818) If IO/CPU resources are tight, routine load task is likely to timeout. The current method is self-adaption backoff https://github.com/apache/doris/pull/32227, but the problem is

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui commented on PR #41137: URL: https://github.com/apache/doris/pull/41137#issuecomment-2367568884 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 unsu

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #41137: URL: https://github.com/apache/doris/pull/41137#issuecomment-2367568823 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

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui commented on PR #41135: URL: https://github.com/apache/doris/pull/41135#issuecomment-2367526587 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 unsu

Re: [PR] [opt](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
doris-robot commented on PR #41135: URL: https://github.com/apache/doris/pull/41135#issuecomment-2367526539 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](routine load) optimize routine load timeout logic (#40818) [doris]

2024-09-23 Thread via GitHub
sollhui opened a new pull request, #41135: URL: https://github.com/apache/doris/pull/41135 pick #40818 If IO/CPU resources are tight, routine load task is likely to timeout. The current method is self-adaption backoff https://github.com/apache/doris/pull/32227, but the problem is i