justinmclean opened a new issue, #8483: URL: https://github.com/apache/gravitino/issues/8483
### What would you like to be improved? In core/src/main/java/org/apache/gravitino/utils/ClientPoolImpl.java it is possible for the run method to leak unusable connections ### How should we improve? Make sure it properly handles reconnect failures by closing the old client, adjusting the pool size, and skipping release to prevent leaking unusable connections. -- 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]
