请问引入 seata 之后,当数据库链接超过了数据库配置的 wait_timeout,再进行SQL查询操作,就会报 The last packet sent successfully to the server was **** milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem. 这个异常,然后第二次查询就会正常。 初步估计问题根本就是连接池中链接没有回收,但是数据库自身链接已经回收,查询用的链接已经再数据库被回收,数据库报出此异常。这是为什么呢? 引入 seata 就会有这个问题,去掉 seata 就不会出现了。为什么引入 seata 会导致数据库连接池中连接没有被回收呢?使用seata会去修改 数据库的wait_timeout时间吗?
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。