: Re: Checkpoints are not triggering when S3 is unavailable
Hi,
Do you mean your checkpoint failure stops the normal running of your job?
What's your sink type? If it relies on the completed checkpoint to commit, it
should be expected.
On Tue, Oct 31, 2023 at 12:03 AM Evgeniy Lyu
Hi,
Do you mean your checkpoint failure stops the normal running of your job?
What's your sink type? If it relies on the completed checkpoint to commit,
it should be expected.
On Tue, Oct 31, 2023 at 12:03 AM Evgeniy Lyutikov
wrote:
> Hi team!
> I came across strange behavior in Flink 1.17.1. If
Hi team!
I came across strange behavior in Flink 1.17.1. If during the build of a
checkpoint the s3 storage becomes unavailable, then the current checkpoint
expired by timeout and new ones are not triggered.
The triggering for new checkpoints is resumed only after s3 is restored and
this can be