Re: Flink 1.10 -> Savepoints referencing to checkpoints or not

2020-11-16 Thread Tzu-Li (Gordon) Tai
Hi, Both the data and metadata is being stored in the savepoint directory, since Flink 1.3. The metadata in the savepoint directory does not reference and checkpoint data files. In 1.11, what was changed was that the savepoint metadata uses relative paths to point to the data files in the savepoi

Re: Flink 1.10 -> Savepoints referencing to checkpoints or not

2020-11-16 Thread Congxian Qiu
Hi Bajaj Savepoint does contain the metadata and data in Flink 1.10, it does not need to reference any checkpoint data. Best, Congxian Bajaj, Abhinav 于2020年11月17日周二 上午8:58写道: > Hi, > > > > I am trying to understand the Flink 1.10 savepoints related documentation >

Flink 1.10 -> Savepoints referencing to checkpoints or not

2020-11-16 Thread Bajaj, Abhinav
Hi, I am trying to understand the Flink 1.10 savepoints related documentation that mentions - “When triggering a savepoint, a new savepoint directory is created where the data as well a