You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ro...@apache.org on 2021/05/17 07:30:23 UTC

[flink] branch master updated (ab6dc01 -> 4579be7)

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 ab6dc01  [FLINK-22649][python][table-planner-blink] Support StreamExecPythonCalc json serialization/deserialization
     add 4579be7  [FLINK-22502][checkpointing] Don't tolerate checkpoint retrieval failures on recovery

No new revisions were added by this update.

Summary of changes:
 .../DefaultCompletedCheckpointStore.java           |  65 +------
 .../DefaultCompletedCheckpointStoreTest.java       |  45 +----
 ...oKeeperCompletedCheckpointStoreMockitoTest.java |  26 +--
 .../test/checkpointing/CheckpointStoreITCase.java  | 206 +++++++++++++++++++++
 4 files changed, 222 insertions(+), 120 deletions(-)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/checkpointing/CheckpointStoreITCase.java