Re: How to tell when flink is done restoring from a savepoint

2020-12-14 Thread Rex Fenley
Ok, thank you. On Mon, Dec 14, 2020 at 2:07 AM Chesnay Schepler wrote: > I do not believe there is anything in the UI, or the logs for that matter, > that give a definite answer to that. > I suppose if a new checkpoint was completed then you can be sure the state > was restored. > > FLINK-19013

Re: How to tell when flink is done restoring from a savepoint

2020-12-14 Thread Chesnay Schepler
I do not believe there is anything in the UI, or the logs for that matter, that give a definite answer to that. I suppose if a new checkpoint was completed then you can be sure the state was restored. FLINK-19013 On 12/14/2020 6:40 AM, Rex Fe