Skip to content

0.12.0版本,java原生接口使用完的连接似乎没有归还连接池 #4510

Answered by SteveYurongSu
lordtang asked this question in Q&A
Discussion options

You must be logged in to vote

谢谢反馈!

0.12.x 系列都可使用 pool.closeResultSet(wrapper); 关闭查询结果集、返还当前查询连接到 pool 中。

但是, 0.12.x 的新版本在创建连接的策略上会更加积极,因此强烈建议使用 0.12.3 版再进行尝试。

另外,我们都建议 0.12.x 的用户往 0.12.3 中迁移。新版修复了一些潜在的数据安全问题,在资源控制、性能上都更稳定 :D

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SteveYurongSu
Comment options

Answer selected by HTHou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants