You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/01/31 17:49:57 UTC

[flink] branch master updated (a7eadf5 -> d874b26)

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

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


    from a7eadf5  [FLINK-25728][task] Simplify MultipleInputAvailabilityHelper
     add 369c3d7  [hotfix] Add TestingUtils.infiniteDuration
     add 0290715  [FLINK-25847] Fix deadlock in DefaultMultipleComponentLeaderElectionService
     add d874b26  [hotfix][tests] Fix SessionDispatcherLeaderProcessTest.onRemovedJobGraph_terminatesRunningJob

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/testutils/TestingUtils.java   |  6 ++
 ...netesMultipleComponentLeaderElectionDriver.java |  2 +
 ...HighAvailabilityRecoverFromSavepointITCase.java |  7 ++-
 ...aultMultipleComponentLeaderElectionService.java | 25 +++++----
 .../runner/SessionDispatcherLeaderProcessTest.java |  2 +-
 ...MultipleComponentLeaderElectionServiceTest.java | 65 ++++++++++++++++++++++
 6 files changed, 94 insertions(+), 13 deletions(-)