We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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同步数据到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 升级版本后还是存在该错误。
The text was updated successfully, but these errors were encountered:
Merge branch 'v2.x-input-mysql-has-trigger-binlog-parser-error-bug' i…
2b92425
…nto v2.2.3 * v2.x-input-mysql-has-trigger-binlog-parser-error-bug: 修复mysql 带有触发器的时候binlog解析失败的bug #263
Merge branch 'v2.2.3' into v2.3.4
00d2bb8
* 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
我也遇到了这个问题,排查发现是数据类型长度未正确读取导致的,已提交pr: #284 你也可以测试
Sorry, something went wrong.
No branches or pull requests
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
升级版本后还是存在该错误。
The text was updated successfully, but these errors were encountered: