DongTL opened a new issue #5928: URL: https://github.com/apache/incubator-doris/issues/5928
我使用flinkCDC读取mysql多张表数据写入doris, mysql中多张表数据共800+条,但doris中数据只有501条,分组查看结果如下: +---------+----------+ | date | count(1) | +---------+----------+ | 2021-01 | 135 | | 2021-02 | 28 | | 2021-03 | 192 | | 2021-04 | 138 | | 2021-05 | 8 | +---------+----------+ 通过对比,前四个月数据均正确,但5月份数据只有8条,实际有300+条 flink程序无报错,还在继续运行,但数据迟迟没有同步过来。 单独同步这五月这一张表是正常的。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
