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 2021/05/21 12:24:13 UTC

[flink] branch master updated (0a7ec4f -> 36bd609)

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 0a7ec4f  [FLINK-22688][coordination] Eases assertion on ExceptionHistoryEntry
     add 5fd02d2  [FLINK-22434] Store suspended execution graphs on termination to keep them accessible
     add 36bd609  [FLINK-22434] Retry in clusterclient if job state is unknown

No new revisions were added by this update.

Summary of changes:
 .../client/program/rest/RestClusterClient.java     |  57 +++++++--
 .../client/program/rest/RestClusterClientTest.java |  80 ++++++++++++
 flink-end-to-end-tests/test-scripts/common.sh      |   2 +-
 .../test-scripts/test_kubernetes_application.sh    |   2 +-
 .../test_kubernetes_pyflink_application.sh         |   2 +-
 .../flink/runtime/dispatcher/Dispatcher.java       |  32 ++---
 .../flink/runtime/dispatcher/MiniDispatcher.java   |  14 +--
 .../JobMasterServiceLeadershipRunner.java          |  21 ++--
 .../apache/flink/runtime/jobmaster/JobResult.java  |   4 +-
 .../dispatcher/DispatcherResourceCleanupTest.java  |  20 +--
 .../flink/runtime/dispatcher/DispatcherTest.java   | 134 +++++++++++++++++++--
 .../runtime/dispatcher/TestingDispatcher.java      |   2 +-
 .../JobMasterServiceLeadershipRunnerTest.java      |  17 +--
 .../runtime/jobmaster/TestingJobManagerRunner.java |   9 +-
 .../LeaderChangeClusterComponentsTest.java         |  18 +--
 15 files changed, 323 insertions(+), 91 deletions(-)