codethereforam commented on issue #7998: URL: https://github.com/apache/seatunnel/issues/7998#issuecomment-2472065117
mysql到mysql cdc,同样遇到此问题,设置`autoReconnect=true`后也没有用,seatunel运行1~2天进程就会挂掉 ```log CJCommunicationsException: The last packet successfully received from the server was 85,426,089 milliseconds ago. The last packet sent successfully to the server was 85,426,093 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. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
