Triggering Savepoints with the Monitoring API

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Triggering Savepoints with the Monitoring API

austin.ce
Hi there,

I would just like a quick sanity-check: it is possible to start a job with a savepoint from another job, and have the new job save to a new checkpoint directory without overwriting the original checkpoints, correct?

Thank you so much!
Austin


Reply | Threaded
Open this post in threaded view
|

Re: Triggering Savepoints with the Monitoring API

vino yang
Hi Austin,

It seems that your scene is very suitable for a usage scenario of Flink's Savepoint: A/B Test (or upgrade application). Yes, Flink can support this requirement, but you should understand that these two jobs will be subject to certain restrictions. For more information, please refer to Official documentation.[1]

Thanks, vino.


Austin Cawley-Edwards <[hidden email]> 于2018年9月11日周二 上午7:27写道:
Hi there,

I would just like a quick sanity-check: it is possible to start a job with a savepoint from another job, and have the new job save to a new checkpoint directory without overwriting the original checkpoints, correct?

Thank you so much!
Austin


Reply | Threaded
Open this post in threaded view
|

Re: Triggering Savepoints with the Monitoring API

austin.ce
Thank you vino!

On Mon, Sep 10, 2018, 11:08 PM vino yang <[hidden email]> wrote:
Hi Austin,

It seems that your scene is very suitable for a usage scenario of Flink's Savepoint: A/B Test (or upgrade application). Yes, Flink can support this requirement, but you should understand that these two jobs will be subject to certain restrictions. For more information, please refer to Official documentation.[1]

Thanks, vino.


Austin Cawley-Edwards <[hidden email]> 于2018年9月11日周二 上午7:27写道:
Hi there,

I would just like a quick sanity-check: it is possible to start a job with a savepoint from another job, and have the new job save to a new checkpoint directory without overwriting the original checkpoints, correct?

Thank you so much!
Austin