Hi all, We use flink 1.9.1 for development, and observed irregular check-pointing interval in one of our clusters. That is unexpected, given that we have had "env.enableCheckpointing(Time.minutes(5).toMilliseconds)" in our code to set the checkpointing interval to 5 minutes. It is also intriguing that this issue appears on one cluster, and does not appear on the other cluster that we have. Any insights on this? The screen shot below shows the irregular check-pointing interval, with "env.enableCheckpointing(Time.minutes(5).toMilliseconds)" in our code. We can see that the check-pointing intervals are > 5 minutes The screen shot below shows that check-pointing triggers at 5-minutes cadence in another cluster. The job's check-pointing interval is at 5-minutes. Thanks! Regards, -Yu |
Hi Yu, This looks indeed strange. There is a configuration that limits the number of concurrent checkpoints but given the end-to-end duration this cannot be the reason. Is the JobManager in the first setup maybe overloaded? Can you post your complete checkpointing configuration? Best, Fabian Am Mo., 3. Feb. 2020 um 09:37 Uhr schrieb Yu Yang <[hidden email]>:
|
Hi, This is indeed strange. From the screenshot, the checkpoints complete very soon. Could you please share the checkpoint configure and jobmanager log Best, Congxian Fabian Hueske <[hidden email]> 于2020年2月4日周二 下午6:48写道:
|
Free forum by Nabble | Edit this page |