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:55:06 UTC

[flink] branch release-1.12 updated (c35df7c -> 5052dc3)

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

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


    from c35df7c  [FLINK-22708][config] Propagate savepoint settings from StreamExecutionEnvironment to StreamGraph
     add 083fe40  [FLINK-22434] Store suspended execution graphs on termination to keep them accessible
     add 5052dc3  [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 |  79 ++++++++++
 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       |  26 ++--
 .../flink/runtime/dispatcher/MiniDispatcher.java   |  12 +-
 .../runtime/jobmaster/JobManagerRunnerImpl.java    |  10 +-
 .../apache/flink/runtime/jobmaster/JobResult.java  |   4 +-
 .../runtime/dispatcher/DispatcherJobTest.java      |  13 +-
 .../dispatcher/DispatcherResourceCleanupTest.java  |  23 +--
 .../flink/runtime/dispatcher/DispatcherTest.java   | 162 ++++++++++++++++++++-
 .../runtime/dispatcher/TestingDispatcher.java      |   2 +-
 .../jobmaster/JobManagerRunnerImplTest.java        |  16 +-
 .../runtime/jobmaster/TestingJobManagerRunner.java |   7 +-
 .../LeaderChangeClusterComponentsTest.java         |  18 +--
 16 files changed, 348 insertions(+), 87 deletions(-)