This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 2b32f3c1 [FLINK-26407][end-to-end-tests] Increase timeouts for
MetricsAvailabilityITCase.
new 970932b [FLINK-26049][checkpoint] initialize CheckpointLocation after
create PendingCheckpoint
new 27f1dfd [FLINK-26049][checkpoint] Moving checkpoint failure log and
report failed checkpoint to CheckpointFailureManager
new 39afe94 [FLINK-26049][checkpoint] Adding CheckpointStatsTracker logic
without pending checkpoint
The 3 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:
.../runtime/checkpoint/CheckpointCoordinator.java | 125 +++++++++------------
.../checkpoint/CheckpointFailureManager.java | 51 +++++++--
.../runtime/checkpoint/CheckpointStatsCounts.java | 9 ++
.../runtime/checkpoint/CheckpointStatsTracker.java | 15 +++
.../runtime/checkpoint/PendingCheckpoint.java | 33 ++----
.../checkpoint/CheckpointCoordinatorTest.java | 63 ++++++++++-
.../CheckpointCoordinatorTestingUtils.java | 45 +++++---
.../checkpoint/CheckpointFailureManagerTest.java | 42 +++++++
.../checkpoint/CheckpointStatsCountsTest.java | 7 ++
.../checkpoint/CheckpointStatsTrackerTest.java | 9 ++
.../runtime/checkpoint/PendingCheckpointTest.java | 111 +++++-------------
11 files changed, 308 insertions(+), 202 deletions(-)