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 8209a3d [FLINK-20536][tests] Update migration tests of
StatefulJobWBroadcastStateMigrationITCase (Scala version) to cover migration
from 1.12
new 1dcc44e [hotfix][checkpointing] Extract CheckpointSubsumeHelper
new b6b70fb [FLINK-21351][checkpointing] Don't subsume last checkpoint
new 60fb96c [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