码迷,mamicode.com
首页 > 其他好文 > 详细

Statement cancelled due to timeout or client request

时间:2020-04-09 00:38:01      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:org   default   stat   tomcat8   dev   jdbc   webapps   索引   while   

tomcat日志报错:

org.springframework.dao.QueryTimeoutException:
### Error querying database. Cause: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request
### The error may exist in file [/var/lib/tomcat8/webapps/ROOT/WEB-INF/classes/mappers/DeviceMapper.xml]
### The error may involve defaultParameterMap
### The error occurred while setting parameters

原因是,MySQL优化器执行计划 使用了错误的索引,导致一条SQL查询语句超时,需要30多秒,所以报错。

解决方法是使用 force index 提示 mysql 选择正确的索引。搞定。

Statement cancelled due to timeout or client request

标签:org   default   stat   tomcat8   dev   jdbc   webapps   索引   while   

原文地址:https://www.cnblogs.com/digdeep/p/12663881.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!