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
new b70ce9d [FLINK-17988][checkpointing] Discard only unique channel
state delegates
new d89eb1a [FLINK-17986] Fix check in FsCheckpointStateOutputStream.write
The 2 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/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