This is an automated email from the ASF dual-hosted git repository.
roman pushed a change to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 1c7adac [FLINK-19545][e2e] Add e2e test for native Kubernetes HA
new e624d21 [hotfix][runtime] Log checkpoint processing delay if above
threshold
new 2f1e792 [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 ++-
.../io/checkpointing/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(-)