This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 26d7c09  [FLINK-26407][end-to-end-tests] Increase timeouts for 
MetricsAvailabilityITCase.
     new 5ce2e06  [FLINK-26049][checkpoint] initialize CheckpointLocation after 
create PendingCheckpoint
     new 33e3b75  [FLINK-26049][checkpoint] Moving checkpoint failure log and 
report failed checkpoint to CheckpointFailureManager
     new ffe353a  [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  | 113 +++++++++------------
 .../checkpoint/CheckpointFailureManager.java       |  52 ++++++++--
 .../runtime/checkpoint/CheckpointStatsCounts.java  |   9 ++
 .../runtime/checkpoint/CheckpointStatsTracker.java |  15 +++
 .../runtime/checkpoint/PendingCheckpoint.java      |  30 ++----
 .../checkpoint/CheckpointCoordinatorTest.java      |  56 +++++++++-
 .../checkpoint/CheckpointStatsCountsTest.java      |   7 ++
 .../checkpoint/CheckpointStatsTrackerTest.java     |   9 ++
 .../runtime/checkpoint/PendingCheckpointTest.java  |  31 +++---
 9 files changed, 211 insertions(+), 111 deletions(-)

Reply via email to