读的是阿里云的mysql3.6 binlog 实, mysql库里的表,都是hibernate自动建的表;
flink-1.11.2版本,跑如截图任务时,

突然自己报这个错Caused by: org.apache.kafka.connect.errors.ConnectException: The binlog event does not contain expected number of columns; the internal schema representation is probably out of sync with the real database schema, or the binlog contains events recorded with binlog_row_image other than FULL or the table in question is an NDB table。
根据报错提示检查:binlog事件预期的列都在的;内部schema与实际数据库schema同步的;binlog_row_image配置的就是FULL;没有内存表。
之前差不多的sql任务,就是表少些,能跑的,这个每次过段时间就自己死掉了。。。请问下什么原因呢?
读的是阿里云的mysql3.6 binlog 实, mysql库里的表,都是hibernate自动建的表;

flink-1.11.2版本,跑如截图任务时,
突然自己报这个错Caused by: org.apache.kafka.connect.errors.ConnectException: The binlog event does not contain expected number of columns; the internal schema representation is probably out of sync with the real database schema, or the binlog contains events recorded with binlog_row_image other than FULL or the table in question is an NDB table。
根据报错提示检查:binlog事件预期的列都在的;内部schema与实际数据库schema同步的;binlog_row_image配置的就是FULL;没有内存表。
之前差不多的sql任务,就是表少些,能跑的,这个每次过段时间就自己死掉了。。。请问下什么原因呢?