Re: [PR] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-04-01 Thread via GitHub
github-actions[bot] commented on PR #49568: URL: https://github.com/apache/doris/pull/49568#issuecomment-2771229958 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](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-04-01 Thread via GitHub
morningman merged PR #49568: URL: https://github.com/apache/doris/pull/49568 -- 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.a

Re: [PR] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-04-01 Thread via GitHub
github-actions[bot] commented on PR #49568: URL: https://github.com/apache/doris/pull/49568#issuecomment-2771230905 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](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

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

Re: [PR] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-03-26 Thread via GitHub
doris-robot commented on PR #49568: URL: https://github.com/apache/doris/pull/49568#issuecomment-2756673580 ClickBench: Total hot run time: 31.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

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

Re: [PR] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-03-26 Thread via GitHub
zy-kkk commented on PR #49568: URL: https://github.com/apache/doris/pull/49568#issuecomment-2756601029 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] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-03-26 Thread via GitHub
hello-stephen commented on PR #49568: URL: https://github.com/apache/doris/pull/49568#issuecomment-2756600297 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+pro

[PR] [fix](jdbc catalog) Fix connection leak in PostgreSQL JDBC client [doris]

2025-03-26 Thread via GitHub
zy-kkk opened a new pull request, #49568: URL: https://github.com/apache/doris/pull/49568 ### What problem does this PR solve? Connection leak in JdbcPostgreSQLClient when handling array types, causing PostgreSQL server error "too many clients already". ### Solution 1.Us