捣鼓2天拉 ,为啥 doris cdc 就是 没同步成功数据 完全按照 文档来的呀 有大佬吗 #11453
-
配置 环境 The environment
操作步骤
sink表 源表插入数据
在flink-sql 中查询 能查询到 源表数据 2条' 执行 同步 submit job 结果数据 没有同步成功 查看 user_sink 内还是 空的 ,flink job 里面也没有报错 ,想知道 如何排查问题呢 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Checkpoint is not enabled? You can refer to here https://mp.weixin.qq.com/s/ejDChH5ScUK4pSxo2EH_4w |
Beta Was this translation helpful? Give feedback.
-
|
要先设置 checkpoint,否则doris sink 不执行: SET 'execution.checkpointing.interval' = '10s'; |
Beta Was this translation helpful? Give feedback.
-
|
SET execution.checkpointing.interval = 10s; |
Beta Was this translation helpful? Give feedback.
-
|
没设置checkpoint interval,导致你执行完sql,任务就结束了 |
Beta Was this translation helpful? Give feedback.

SET execution.checkpointing.interval = 10s;