Re: [PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-26 Thread via GitHub
Jibing-Li merged PR #33836: URL: https://github.com/apache/doris/pull/33836 -- 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] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-26 Thread via GitHub
github-actions[bot] commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2078771627 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] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-26 Thread via GitHub
github-actions[bot] commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2078771578 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] [fix](statistics)Improve analyze timeout logic. [doris]

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

Re: [PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-25 Thread via GitHub
Jibing-Li commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2078658408 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] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-25 Thread via GitHub
Jibing-Li commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2076974129 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] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-22 Thread via GitHub
Jibing-Li commented on code in PR #33836: URL: https://github.com/apache/doris/pull/33836#discussion_r1575576413 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -995,7 +996,7 @@ public int getExecTimeout() { // particular for insert stmt,

Re: [PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-22 Thread via GitHub
morningman commented on code in PR #33836: URL: https://github.com/apache/doris/pull/33836#discussion_r1574534327 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -995,7 +996,7 @@ public int getExecTimeout() { // particular for insert stmt,

Re: [PR] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-18 Thread via GitHub
Jibing-Li commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2063218807 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] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-18 Thread via GitHub
doris-robot commented on PR #33836: URL: https://github.com/apache/doris/pull/33836#issuecomment-2063217524 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] [fix](statistics)Improve analyze timeout logic. [doris]

2024-04-18 Thread via GitHub
Jibing-Li opened a new pull request, #33836: URL: https://github.com/apache/doris/pull/33836 Before, analyze_timeout will also affect analyze stmt, which may cause failed to cancel analyze task. This PR change analyze_timeout to only affect timeout value for executing analyze sql.