This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.
from e80bb0b [FLINK-13632] Remove TypeSerializerSnapshotMigrationTestBase
add b70ce9d [FLINK-17988][checkpointing] Discard only unique channel
state delegates
add d89eb1a [FLINK-17986] Fix check in FsCheckpointStateOutputStream.write
No new revisions were added by this update.
Summary of changes:
.../runtime/checkpoint/OperatorSubtaskState.java | 4 +-
.../runtime/state/AbstractChannelStateHandle.java | 13 ++++
.../filesystem/FsCheckpointStreamFactory.java | 4 +-
.../CheckpointCoordinatorFailureTest.java | 12 ++--
.../checkpoint/OperatorSubtaskStateTest.java | 74 ++++++++++++++++++++++
.../filesystem/FsCheckpointStreamFactoryTest.java | 22 ++++++-
6 files changed, 120 insertions(+), 9 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/OperatorSubtaskStateTest.java