com.mysql.cj.jdbc.exceptions.CommunicationsException: The last packet successfully received from the server was 7,604,146 milliseconds ago. The last packet sent successfully to the server was 7,604,157 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.
你们用flink插入mysql 出现过这个异常吗?另外自动连接的参数已加
由于 MySQL 数据库的 wait_timeout 参数配置过小,导致连接在空闲一段时间后被服务器关闭,而客户端在使用这个连接时发现连接已经被关闭,从而抛出 CommunicationsException 异常。
可以试试去加个druid连接池,用连接池每秒刷一次,select 1 就行,你的sink里面open需要去掉这个mysql connection,只不过通过的是druid去链接然后invoke 里面具体来操作。此回答整理自钉群“【③群】Apache Flink China社区”
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
实时计算Flink版是阿里云提供的全托管Serverless Flink云服务,基于 Apache Flink 构建的企业级、高性能实时大数据处理系统。提供全托管版 Flink 集群和引擎,提高作业开发运维效率。