We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdbc中,Connection,Statement,Resultset等接口中的close方法中部分组件异常造成另外一部分组件的close方法没有被调用。
问题复现步骤:
1.执行一组多分片查询 2.用模拟连接池,对这次查询的一组连接里中间的连接模拟close阶段抛出异常
期望的表现:
模拟出来的所有连接都正常关闭
观察到的表现:
部分连接没有关闭
屏幕截图和动态GIF图
无 Sharding-JDBC版本: [1.4.0] 操作系统及版本: [OSX 10.11.6]
The text was updated successfully, but these errors were encountered:
7a617c4
fixed apache#194 Part of the jdbc objects can not be released
8587315
No branches or pull requests
jdbc中,Connection,Statement,Resultset等接口中的close方法中部分组件异常造成另外一部分组件的close方法没有被调用。
问题复现步骤:
1.执行一组多分片查询
2.用模拟连接池,对这次查询的一组连接里中间的连接模拟close阶段抛出异常
期望的表现:
模拟出来的所有连接都正常关闭
观察到的表现:
部分连接没有关闭
屏幕截图和动态GIF图
无
Sharding-JDBC版本: [1.4.0]
操作系统及版本: [OSX 10.11.6]
The text was updated successfully, but these errors were encountered: