.java#L496
Best
Yun Tang
From: Aljoscha Krettek
Sent: Tuesday, September 29, 2020 20:51
To: dev@flink.apache.org
Subject: Re: CheckpointedFunction initialization during checkpoint
Hi Teng,
I think if the system is slowed down enough it can happen that some
parts of
Hi Teng,
I think if the system is slowed down enough it can happen that some
parts of the graph are still restoring while others are already taking a
checkpoint. By virtue of how checkpointing works (by sending barriers
along the network connections between tasks) this should not be a
problem