Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
Gabriel39 merged PR #38694: URL: https://github.com/apache/doris/pull/38694 -- 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38694: URL: https://github.com/apache/doris/pull/38694#issuecomment-2262446002 TeamCity be ut coverage result: Function Coverage: 36.43% (9255/25405) Line Coverage: 27.98% (75672/270442) Region Coverage: 26.79% (38897/145178) Branch Coverage: 23.5

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38694: URL: https://github.com/apache/doris/pull/38694#issuecomment-2262338375 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
Gabriel39 opened a new pull request, #38694: URL: https://github.com/apache/doris/pull/38694 …#38568) Once a query is cancelled due to any reason, BE may not receive 2nd RPC from FE. If so, we must ensure the execution dependency is ready so tasks will not be blocked. ## Propo

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
Gabriel39 commented on PR #38694: URL: https://github.com/apache/doris/pull/38694#issuecomment-2262326175 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 un

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38694: URL: https://github.com/apache/doris/pull/38694#issuecomment-2262326073 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-31 Thread via GitHub
Gabriel39 merged PR #38568: URL: https://github.com/apache/doris/pull/38568 -- 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-31 Thread via GitHub
doris-robot commented on PR #38568: URL: https://github.com/apache/doris/pull/38568#issuecomment-2259856637 ClickBench: Total hot run time: 30.36 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

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

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

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

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on PR #38568: URL: https://github.com/apache/doris/pull/38568#issuecomment-2259780769 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on PR #38568: URL: https://github.com/apache/doris/pull/38568#issuecomment-2259781777 clang-tidy review says "All clean, LGTM! :+1:" -- 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-30 Thread via GitHub
github-actions[bot] commented on PR #38568: URL: https://github.com/apache/doris/pull/38568#issuecomment-2259780716 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-30 Thread via GitHub
Gabriel39 commented on PR #38568: URL: https://github.com/apache/doris/pull/38568#issuecomment-2259773844 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 un

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-30 Thread via GitHub
doris-robot commented on PR #38568: URL: https://github.com/apache/doris/pull/38568#issuecomment-2259773755 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] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC [doris]

2024-07-30 Thread via GitHub
Gabriel39 opened a new pull request, #38568: URL: https://github.com/apache/doris/pull/38568 ## Proposed changes Once a query is cancelled due to any reason, BE may not receive 2nd RPC from FE. If so, we must ensure the execution dependency is ready so tasks will not be blocked.