simon824 opened a new issue, #11093: URL: https://github.com/apache/dolphinscheduler/issues/11093
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened There are a large number of such logs in my worker logs, generated every few seconds, which eventually leads to too many connections to hiveserver2. And i have no idea what happen. ``` [INFO] 2022-07-21 09:58:15.435 +0800 org.apache.hive.jdbc.Utils:[285] - Supplied authorities: hive.url:20000 [INFO] 2022-07-21 09:58:15.435 +0800 org.apache.hive.jdbc.Utils:[372] - Resolved authority: hive.url:20000 [INFO] 2022-07-21 09:58:15.435 +0800 org.apache.hive.jdbc.HiveConnection:[189] - Will try to open client transport with JDBC Uri: jdbc:hive2://hive.url:20000/default [INFO] 2022-07-21 09:58:19.262 +0800 org.apache.hive.jdbc.Utils:[285] - Supplied authorities: hive.url:20000 [INFO] 2022-07-21 09:58:19.262 +0800 org.apache.hive.jdbc.Utils:[372] - Resolved authority: hive.url:20000 [INFO] 2022-07-21 09:58:19.262 +0800 org.apache.hive.jdbc.HiveConnection:[189] - Will try to open client transport with JDBC Uri: jdbc:hive2://hive.url:20000/default ........ ``` ### What you expected to happen . ### How to reproduce . ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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]
