【问题解决】canal column size is not match for table

位置原因导致的同步中断

com.alibaba.otter.canal.parse.exception.CanalParseException: com.alibaba.otter.canal.parse.exception.CanalParseException: parse row data failed.
Caused by: com.alibaba.otter.canal.parse.exception.CanalParseException: parse row data failed.
Caused by: com.alibaba.otter.canal.parse.exception.CanalParseException: column size is not match for table:table1,24 vs 23

tsdb也是开启的

解决

可能是bug,
解决的方式就是
delete from meta_snapshot where destination =‘canal-instance’\G
重启解决

可能其他问题要涉及到zk的操作。不熟可以参考
https://www.jianshu.com/p/9978bb02618e

你可能感兴趣的:(小问题处理记录)