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
1.6.1
前一天下午以 shell命令的形式启动 启动参数: mysql-sync-database --database xxx--mysql-conf hostname=xxx --mysql-conf port=3306 --mysql-conf username=xxx--mysql-conf password=xxx --mysql-conf database-name=xxx--mysql-conf scan.startup.mode=latest-offset --mysql-conf server-id=5400-5410 --sink-conf fenodes=doris001:8030 --sink-conf username=xxx--sink-conf password=xxx--sink-conf jdbc-url=jdbc:mysql://xxx:9030 --sink-conf sink.label-prefix=label --table-conf replication_num=3 --table-conf enable_unique_key_merge_on_write=true --including-tables "table01|table02|table03" --table-suffix _full 今天早上查看数据,业务库mysql已经更新到8点多的数据 但是doris中数据最近的是在凌晨3点,查看taskmanager日志 正常打印刷写数据到doris信息,但是doris库查不到该时间段相关数据。又过一会查看taskmanager数据,业务库有了新数据,taskmanager也不打印刷写数据记录信息了,整个过程checkpoint都是正常执行,日志里也没有报错。。。 之前还遇到过不同步数据的情况:taskmanager打印列的信息 信息中的数据都是 内存地址信息 数据也不同步,重启才可以。
是不是参数不对?或者写多了?
No response
The text was updated successfully, but these errors were encountered:
Is checkpoint not enabled?
Sorry, something went wrong.
No branches or pull requests
Search before asking
Version
1.6.1
What's Wrong?
前一天下午以 shell命令的形式启动 启动参数:
mysql-sync-database --database xxx--mysql-conf hostname=xxx --mysql-conf port=3306 --mysql-conf username=xxx--mysql-conf password=xxx --mysql-conf database-name=xxx--mysql-conf scan.startup.mode=latest-offset --mysql-conf server-id=5400-5410 --sink-conf fenodes=doris001:8030 --sink-conf username=xxx--sink-conf password=xxx--sink-conf jdbc-url=jdbc:mysql://xxx:9030 --sink-conf sink.label-prefix=label --table-conf replication_num=3 --table-conf enable_unique_key_merge_on_write=true --including-tables "table01|table02|table03" --table-suffix _full
今天早上查看数据,业务库mysql已经更新到8点多的数据 但是doris中数据最近的是在凌晨3点,查看taskmanager日志 正常打印刷写数据到doris信息,但是doris库查不到该时间段相关数据。又过一会查看taskmanager数据,业务库有了新数据,taskmanager也不打印刷写数据记录信息了,整个过程checkpoint都是正常执行,日志里也没有报错。。。
之前还遇到过不同步数据的情况:taskmanager打印列的信息 信息中的数据都是 内存地址信息 数据也不同步,重启才可以。
What You Expected?
是不是参数不对?或者写多了?
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: