hwb1992 commented on issue #10918: URL: https://github.com/apache/dolphinscheduler/issues/10918#issuecomment-1193052134
This is a bug.When guava cache remove datasource,it needs to invoke close functin,which is never call in current version. I use 3.0.0-beta2-release. I add a removeListiner in guava cache to invoke close function, and in CommonDataSourceClient class, i add dataSource.close function to release db pool to fix this problem. -- 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]
