civic123321 opened a new issue, #22060: URL: https://github.com/apache/doris/issues/22060
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.4.1 ### What's Wrong? I have create a jdbc catalog to connect to a postgresql database;Firstly , the query for catalog database is ok;After some days,the query occur below problem,the detail message : UdfRuntimeException: Initialize datasource failed: CAUSED BY: GetConnectionTimeoutException: wait millis 5000, active 149, maxActive 100, creating 0, createErrorCount 3050 the create message of the catalog is below: CREATE CATALOG `catalog_xxxx` PROPERTIES ( "password" = "XXX", "driver_class" = "org.postgresql.Driver", "only_specified_database" = "false", "checksum" = "xxxxx", "driver_url" = "file:///opt/postgresql-42.2.9.jar", "lower_case_table_names" = "false", "type" = "jdbc", "user" = "xxxx", "jdbc_url" = "xxxxx" ); ### What You Expected? why this happened? how to resolve this problem? In my program, I use jdbc dataSource(database connection pool) to connect doirs,doris uses catalog to connect postgresql database; I want to know how catalog runs? catalog connect to external database through jdbc or jdbc database connection pool? ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
