org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
连接数据库抛出这个异常。大部分时间是能正常连接的,只有偶尔会这样,一天几次或者几天一次。数据库日志里没有错误。wait_timeout时长也增加了。有大神知道啥原因吗。
是不是连接数不够用了,Connection 对象有没有及时关闭