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

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


    from 85879bf  [FLINK-21362][coordination] Move State.onEnter() logic into 
constructor
     new 3897147  [hotfix][checkpointing] Extract CheckpointSubsumeHelper
     new bd8e406  [FLINK-21351][checkpointing] Don't subsume last checkpoint
     new bd91b6c  [hotfix][tests] Remove mock from 
testAddCheckpointWithFailedRemove

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:
 .../checkpoint/CheckpointSubsumeHelper.java        | 106 +++++++++++++++++++++
 .../DefaultCompletedCheckpointStore.java           |  45 ++++-----
 .../EmbeddedCompletedCheckpointStore.java          |   5 +-
 .../StandaloneCompletedCheckpointStore.java        |  10 +-
 .../DefaultCompletedCheckpointStoreTest.java       |  83 +++++++++++++++-
 .../StandaloneCompletedCheckpointStoreTest.java    |  47 ++++-----
 ...oKeeperCompletedCheckpointStoreMockitoTest.java |  71 --------------
 .../ZooKeeperCompletedCheckpointStoreTest.java     |  44 +++++++++
 8 files changed, 283 insertions(+), 128 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointSubsumeHelper.java

Reply via email to