原文:链接池偶尔报错:HikariPool-1 - Connection is not available, request timed out after 39985ms.

.背景 线上服务器偶尔报错如下: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: Error querying database. Cause: org.springframework.jdbc.CannotGetJd ...

2020-09-24 11:24 0 2664 推荐指数:

查看详情

HikariPool-1 - Connection is not available, request timed out after XXXXms.

hikaripool-0-连接不可用,请求在30000ms之后超时。意思是等待30000ms的免费连接,但是您的应用程序没有返回任何连接。原因一:连接泄漏(在从池中借用之后连接没有关闭)。解决方法:hikariDataSource.setIdleTimeout(60000 ...

Mon Oct 30 19:56:00 CST 2017 2 25169
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM