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

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


    from 1aeb7e3  [FLINK-22688][coordination] Eases assertion on 
ExceptionHistoryEntry
     add cfdb34a  [FLINK-22434] Store suspended execution graphs on termination 
to keep them accessible
     add cd449e0  [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(-)

Reply via email to