Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-15 Thread via GitHub
yiguolei merged PR #32259: URL: https://github.com/apache/doris/pull/32259 -- 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-15 Thread via GitHub
doris-robot commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999096251 TeamCity be ut coverage result: Function Coverage: 34.95% (8574/24534) Line Coverage: 26.65% (69485/260731) Region Coverage: 25.94% (36087/139107) Branch Coverage: 22.9

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

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

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999046337 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999046307 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999043669 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999041271 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
wangbo commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999038570 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 unsub

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999035221 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999032709 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1999020217 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1998975531 TeamCity be ut coverage result: Function Coverage: 34.95% (8574/24534) Line Coverage: 26.64% (69470/260727) Region Coverage: 25.94% (36086/139116) Branch Coverage: 22.8

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

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

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32259: URL: https://github.com/apache/doris/pull/32259#discussion_r1525741552 ## fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java: ## @@ -295,6 +318,18 @@ public String getSql() { public long getStartExecTime() {

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32259: URL: https://github.com/apache/doris/pull/32259#discussion_r1525741100 ## fe/fe-core/src/main/java/org/apache/doris/tablefunction/MetadataGenerator.java: ## @@ -574,6 +537,36 @@ private static TFetchSchemaTableDataResult queriesMetadataR

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32259: URL: https://github.com/apache/doris/pull/32259#discussion_r1525740019 ## fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java: ## @@ -105,6 +106,26 @@ public void registerQuery(TUniqueId queryId, QueryInfo info) throws User

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1998908724 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
wangbo commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1998905461 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 unsub

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32259: URL: https://github.com/apache/doris/pull/32259#discussion_r1524928249 ## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ## @@ -618,10 +619,29 @@ public void exec() throws Exception { throw new Use

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
yiguolei commented on code in PR #32259: URL: https://github.com/apache/doris/pull/32259#discussion_r1524928249 ## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ## @@ -618,10 +619,29 @@ public void exec() throws Exception { throw new Use

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1997279127 TeamCity be ut coverage result: Function Coverage: 34.99% (8573/24499) Line Coverage: 26.73% (69458/259807) Region Coverage: 26.01% (36079/138691) Branch Coverage: 22.9

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

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

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1997245968 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
github-actions[bot] commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1997243900 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
wangbo commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1997237650 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 unsub

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
wangbo commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1997234005 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 unsub

Re: [PR] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
doris-robot commented on PR #32259: URL: https://github.com/apache/doris/pull/32259#issuecomment-1997233874 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] [Improvement](executor)Add queue columns for active_queries [doris]

2024-03-14 Thread via GitHub
wangbo opened a new pull request, #32259: URL: https://github.com/apache/doris/pull/32259 Add QUEUE_START_TIME/QUEUE_END_TIME/QUERY_STATUS column for active_queries; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the