Re: Flink checkpointing state

2020-10-29 Thread Yun Tang
Hi Added Yang Wang who mainly develops this feature, I think he could provide more information. Best Yun Tang From: Boris Lublinsky Sent: Tuesday, October 27, 2020 22:57 To: Yun Tang Cc: user Subject: Re: Flink checkpointing state Thanks Yun, This refers to

Re: Flink checkpointing state

2020-10-27 Thread Boris Lublinsky
HA support of > k8s which targets for release-1.12. > > [1] https://issues.apache.org/jira/browse/FLINK-12884 > <https://issues.apache.org/jira/browse/FLINK-12884> > > Best > Yun Tang > > From: Boris Lublinsky > Sent: Tuesday, October 27, 2020 2:56 >

Re: Flink checkpointing state

2020-10-26 Thread Yun Tang
Subject: Flink checkpointing state This is from Flink 1.8: "Job Manager keeps some state related to checkpointing in it’s memory. This state would be lost on Job Manager crashes, which is why this state is persisted in ZooKeeper. This means that even though there is no real need for the l

Flink checkpointing state

2020-10-26 Thread Boris Lublinsky
This is from Flink 1.8: "Job Manager keeps some state related to checkpointing in it’s memory. This state would be lost on Job Manager crashes, which is why this state is persisted in ZooKeeper. This means that even though there is no real need for the leader election and -discovery part of Fli