Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.3.2 V2.3.3 : Mysql同步时报 columnName: 随机列 Unknown FieldType 15 err:EOF #263

Open
popcorn5230 opened this issue Nov 27, 2023 · 1 comment

Comments

@popcorn5230
Copy link

V2.3.2 V2.3.3 : Mysql同步数据到clickhouse时报错: columnName: 随机列 Unknown FieldType 15 err:EOF

1、mysql 版本 5.7.99-2-log
2、clickhouse 23版本
3、同步时后台不断循环报:
lastField schemaName:xxx tableName:xxxx columnName:xxx Unknown FieldType 15 err:EOF
2023/11/27 19:27:02 event row parser err: EOF
2023/11/27 19:27:02 row event err: EOF
升级版本后还是存在该错误。

jc3wish pushed a commit that referenced this issue Dec 3, 2023
…nto v2.2.3

* v2.x-input-mysql-has-trigger-binlog-parser-error-bug:
  修复mysql 带有触发器的时候binlog解析失败的bug #263
jc3wish pushed a commit that referenced this issue Dec 3, 2023
* v2.2.3:
  修复MySQL源,指定同步表配置后,但可能没生效的BUG BUG复现过程: 1. 配置了一个T1表同步 2. 重启进程,并且T1表数据不再做任何更新 3. 配置T2表同步 4. 更新T1表的数据
  修复mysql 带有触发器的时候binlog解析失败的bug #263
  修复plugin clickhouse decimal 精度丢失的bug #204
  v2.2.2

# Conflicts:
#	README.EN.MD
#	README.MD
#	changelog.txt
#	config/version.go
This was referenced Dec 31, 2023
@longfeiRen
Copy link

我也遇到了这个问题,排查发现是数据类型长度未正确读取导致的,已提交pr: #284
你也可以测试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants