Hi
checkpoint base is only used in the incremental checkpoint, the answer for
the first question is checkpoint x.
After restoring from a savepoint, there is no base for the first checkpoint.
you can ref to the code[1][2] for more information.
[1]
https://github.com/apache/flink/blob/c14f9d2f9f6
In a slightly different variation of sequence (checkpoint x, savepoint y,
redeploy/restart job from savepoint y, checkpoint x+1), checkpoint x+1
builds the incremental diff on savepoint y, right?
On Sun, Jul 5, 2020 at 8:08 PM Steven Wu wrote:
>
> In this sequence of (checkpoint x, savepoint y,