Re: [PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-19 Thread via GitHub
wangbo merged PR #48072: URL: https://github.com/apache/doris/pull/48072 -- 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.apach

Re: [PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-19 Thread via GitHub
doris-robot commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667943737 ClickBench: Total hot run time: 30.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-19 Thread via GitHub
doris-robot commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667932750 TPC-DS: Total hot run time: 191259 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-19 Thread via GitHub
doris-robot commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667907045 TPC-H: Total hot run time: 31318 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-18 Thread via GitHub
doris-robot commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667823777 TeamCity be ut coverage result: Function Coverage: 43.83% (11636/26546) Line Coverage: 33.75% (97553/289034) Region Coverage: 32.84% (49929/152033) Branch Coverage: 28.

Re: [PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-18 Thread via GitHub
github-actions[bot] commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667698008 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]Add expcetion handling for reopen connection [doris]

2025-02-18 Thread via GitHub
Thearas commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667651931 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] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-18 Thread via GitHub
github-actions[bot] commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667657697 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]Add expcetion handling for reopen connection [doris]

2025-02-18 Thread via GitHub
wangbo commented on PR #48072: URL: https://github.com/apache/doris/pull/48072#issuecomment-2667652000 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

[PR] [Fix]Add expcetion handling for reopen connection [doris]

2025-02-18 Thread via GitHub
wangbo opened a new pull request, #48072: URL: https://github.com/apache/doris/pull/48072 ### What problem does this PR solve? 1 Refactor exception handling when report query statistics to FE for better readability. 2 make reopen exception-safe. Problem Summary: ### R