ruanwenjun commented on issue #10918: URL: https://github.com/apache/dolphinscheduler/issues/10918#issuecomment-1193066259
> 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 call dataSource.close function in close method to release db pool. Now the connection will release.. > I hope community can fix this problem. Good catch, are you willing to submit a PR to fix? -- 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]
