zhoujinsong opened a new issue, #3419: URL: https://github.com/apache/amoro/issues/3419
### Search before asking - [x] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? The default database connection pool max wait time is 1000ms for now. This is quite small and the wait timeout exception is easy to occur when the database system is a bit busy. ### How should we improve? We may increase the default value to 5000ms or 30000ms to reduce the timeout exception rate. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Subtasks _No response_ ### 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]
