This is an automated email from the ASF dual-hosted git repository.
roman pushed a change to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git.
from a153976 [FLINK-22502][checkpointing] Don't tolerate checkpoint
retrieval failures on recovery
new 7e6fb13 [hotfix][runtime] Log checkpoint processing delay if above
threshold
new e09c919 [FLINK-21329][tests] Increase timeout and delay in local
test_local_recovery_and_scheduling.sh
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
flink-end-to-end-tests/run-nightly-tests.sh | 12 ++++++------
.../test_local_recovery_and_scheduling.sh | 8 +++++---
.../runtime/checkpoint/CheckpointMetaData.java | 21 +++++++++++++++++++--
.../org/apache/flink/runtime/taskmanager/Task.java | 3 ++-
.../runtime/io/CheckpointBarrierHandler.java | 5 ++++-
.../runtime/tasks/SourceOperatorStreamTask.java | 2 +-
.../streaming/runtime/tasks/SourceStreamTask.java | 2 +-
.../tasks/SubtaskCheckpointCoordinatorImpl.java | 13 +++++++++++++
8 files changed, 51 insertions(+), 15 deletions(-)