Re: Checkpoints are not triggering when S3 is unavailable

2023-11-07 Thread Evgeniy Lyutikov
: 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

Re: Checkpoints are not triggering when S3 is unavailable

2023-11-05 Thread Hangxiang Yu
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

Checkpoints are not triggering when S3 is unavailable

2023-10-30 Thread Evgeniy Lyutikov
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