You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2022/07/11 16:22:06 UTC

[flink] branch master updated (387b2a473d0 -> edd10a1d8fd)

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

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


    from 387b2a473d0 [FLINK-28144][runtime] Let JobMaster support blocklist.
     add 777d78049dc [hotfix] Migrate failure handling tests to JUnit5
     add edd10a1d8fd [FLINK-28402][runtime] Create FailureHandlingResultSnapshot with the truly failed execution

No new revisions were added by this update.

Summary of changes:
 .../failover/flip1/ExecutionFailureHandler.java    |  17 ++-
 .../failover/flip1/FailureHandlingResult.java      |  56 ++++---
 .../flink/runtime/scheduler/DefaultScheduler.java  |  29 ++--
 .../FailureHandlingResultSnapshot.java             |  41 ++----
 .../flip1/ExecutionFailureHandlerTest.java         | 164 +++++++++++----------
 .../failover/flip1/FailureHandlingResultTest.java  |  90 +++++------
 .../FailureHandlingResultSnapshotTest.java         | 132 ++++++++---------
 7 files changed, 265 insertions(+), 264 deletions(-)