You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ar...@apache.org on 2021/02/25 18:27:23 UTC

[flink] branch master updated (0834d6c -> 29abccd)

This is an automated email from the ASF dual-hosted git repository.

arvid pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 0834d6c  [FLINK-21492] Don't let ActiveResourceManager swallow stack trace of exception
     add fa95945  [FLINK-21490][datastream] Make job graph generation deterministic for multiple input nodes.
     add 29abccd  [FLINK-21490][tests] Harden UnalignedCheckpointITCase.

No new revisions were added by this update.

Summary of changes:
 .../api/graph/StreamingJobGraphGenerator.java      |   6 +-
 .../api/graph/StreamingJobGraphGeneratorTest.java  |  39 +++
 .../checkpointing/UnalignedCheckpointITCase.java   | 130 ++------
 .../checkpointing/UnalignedCheckpointTestBase.java | 340 +++++++++++++--------
 4 files changed, 290 insertions(+), 225 deletions(-)