You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/05/28 11:55:29 UTC

[flink] branch master updated (f3088e0 -> 435bf23)

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 f3088e0  [FLINK-17610][state] Align the behavior of result of internal map state to return empty iterator
     add 435bf23  [FLINK-17988][checkpointing] Discard only unique channel state delegates

No new revisions were added by this update.

Summary of changes:
 .../runtime/checkpoint/OperatorSubtaskState.java   |  4 +-
 .../runtime/state/AbstractChannelStateHandle.java  | 13 ++++
 .../CheckpointCoordinatorFailureTest.java          | 12 ++--
 .../checkpoint/OperatorSubtaskStateTest.java       | 74 ++++++++++++++++++++++
 4 files changed, 97 insertions(+), 6 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/OperatorSubtaskStateTest.java