Myasuka commented on issue #9128: [FLINK-13256] Ensure periodical checkpoint still valid when region failover abort pending checkpoints URL: https://github.com/apache/flink/pull/9128#issuecomment-512178107 @StefanRRichter I think your concern should be taken into account. After thinking about this issue, I prefer to place the watch dog in the `failPendingCheckpoint()`. If `periodicScheduling` is still `true` and no more pending checkpoints, we would then create a new trigger with random initial delay. If so, I could replace `abortPendingCheckpointsWithTriggerValidation()` in this PR back to previous `abortPendingCheckpoints()`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
