Hi,
  从描述来看, 因为使用了 cdc source (猜测是先 全量 后增量同步),  全量阶段完成时对应的 task 会到达 finished
状态, 在 1.14 版本中, 对应的配置项 `
execution.checkpointing.checkpoints-after-tasks-finish.enabled` 默认值是关闭的
(1.15+ 版本默认会开启), 可以开启或升级到 1.15 版本后再观察下

> because Some tasks of the job have already finished and checkpointing
with finished tasks is not enabled

Best,
Lincoln Lee


amber_...@qq.com.INVALID <amber_...@qq.com.invalid> 于2022年6月21日周二 10:27写道:

> 感谢!
>     未发生背压,但我在日志中发现了一些异常信息,如下:
> Failed to trigger checkpoint for job 297c5a840f8fd3a1cbcb63825200e8d4
> because Some tasks of the job have already finished and checkpointing with
> finished tasks is not enabled. Failure reason: Not all required tasks are
> currently running.
>
> 通过web ui可以看到,确实有一部分任务是finished状态。
>
> 是否因为我关联多张维表的时候,同时使用了lookup join和普通join呢?
> ------------------------------
> amber_...@qq.com
>
>
> *发件人:* Shengkai Fang <fskm...@gmail.com>
> *发送时间:* 2022-06-21 09:53
> *收件人:* user-zh <user-zh@flink.apache.org>
> *主题:* Re: 使用join+聚合时,checkpoint异常
> hi.
>
> 这种情况下,最好查看一下是否发生了反压,同时看看日志之中是否有相关的异常信息。
>
> Best,
> Shengkai
>
> amber_...@qq.com.INVALID <amber_...@qq.com.invalid> 于2022年6月21日周二 09:43写道:
>
> > 您好!
> >     我使用flink1.14.4,sqlserver-cdc-2.2.1,yarn-per-job模式提交任务;
> >     当我提交普通数据同步任务时,一切正常;
> >     当我提交JOIN+聚合任务时,checkpoint无法正常工作,具体表现为无任何checkpoint记录,且Task Managed
> > Memory使用率始终是100%;
> >     以下是我的checkpoint配置:
> >
> >
> >     我尝试增加Task Managed内存,但使用率总是100%;
> >     当我关闭增量检查点时,无任何变化;
> >     当我将State Backend切换为hashmap时,Managed Memory使用率回归正常,但checkpoint仍然无法工作;
> >
> > 期待你的回复。
> > 祝好!
> > ------------------------------
> > amber_...@qq.com
> >
>
>

回复