Replies: 3 comments
-
同问,我也有这个问题 |
Beta Was this translation helpful? Give feedback.
0 replies
-
同问 |
Beta Was this translation helpful? Give feedback.
0 replies
-
你的flink部署方式是Standalone-HA高可用集群模式吗,普通的单机模式是不会根据检查点恢复任务的。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我按照例子用SQL建立了一个表同步任务,如insert into sink_orders select * from orders; flink也配置了savepoint和checkpoint路径。但当我重启flink,发现任务不见了,然后重新执行这个SQL,发现表的数据又会重新初始化同步一次。如果我想不重新同步,只是继续上次的任务增量同步,需要怎么做?
Beta Was this translation helpful? Give feedback.
All reactions