弥生i 2022-05-17 10:27 采纳率: 75%
浏览 188

flink使用时态表ddl创建mysql维表报错问题

使用flinksql的ddl创建mysql维表,其中还用了lookup缓存,当程序运行一段时间后会报mysql链接失效问题,请问一下有知道怎么解决的吗,万分感谢,报错如下。
1、com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
2、The last packet successfully received from the server was 5,444,249 milliseconds ago. The last packet sent successfully to the server was 5,444,275 milliseconds ago.
3、Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

  • 写回答

2条回答 默认 最新

  • 弥生i 2022-05-17 10:38
    关注

    以下是建表语句
    CREATE TABLE activity(
    code string,
    title string,
    proctime as PROCTIME()
    )WITH (
    'connector.url' = 'jdbc:mysql://192.168.100.100:3306/ylfin?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=GMT%2B8',
    'connector.table' = 'activity',
    'connector.type' = 'jdbc',
    'connector.driver' = 'com.mysql.cj.jdbc.Driver',
    'connector.lookup.cache.max-rows' = '10000',
    'connector.lookup.cache.ttl' = '60s',
    'connector.lookup.max-retries' = '3',
    'connector.username' = 'root'," +
    'connector.password' = 'hellomonitor')

    评论

报告相同问题?

问题事件

  • 创建了问题 5月17日

悬赏问题

  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮