You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Hao Sun <ha...@zendesk.com> on 2018/03/22 05:45:55 UTC

How can I confirm a savepoint is used for a new job?

Do we have any logs in JM/TM indicate the job is using a savepoint I passed
in when I submit the job?

Thanks

Re: How can I confirm a savepoint is used for a new job?

Posted by Hao Sun <ha...@zendesk.com>.
Thanks Tim.

On Mon, Mar 26, 2018, 03:04 Timo Walther <tw...@apache.org> wrote:

> Hi Hao,
>
> I quickly checked that manually. There should be a message similar to
> the one below in the JobManager log:
>
> INFO  org.apache.flink.runtime.checkpoint.CheckpointCoordinator  -
> Starting job from savepoint ...
>
> Regards,
> Timo
>
> Am 22.03.18 um 06:45 schrieb Hao Sun:
> > Do we have any logs in JM/TM indicate the job is using a savepoint I
> > passed in when I submit the job?
> >
> > Thanks
>
>
>

Re: How can I confirm a savepoint is used for a new job?

Posted by Timo Walther <tw...@apache.org>.
Hi Hao,

I quickly checked that manually. There should be a message similar to 
the one below in the JobManager log:

INFO  org.apache.flink.runtime.checkpoint.CheckpointCoordinator  - 
Starting job from savepoint ...

Regards,
Timo

Am 22.03.18 um 06:45 schrieb Hao Sun:
> Do we have any logs in JM/TM indicate the job is using a savepoint I 
> passed in when I submit the job?
>
> Thanks