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 2019/10/08 12:18:06 UTC

[flink] branch release-1.8 updated (42cb6dd -> 766e250)

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

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


    from 42cb6dd  [FLINK-14010][coordination] YarnResourceManager#onShutdownRequest triggers fatal error
     add 766e250  [FLINK-14315] Make heartbeat manager fields non-nullable

No new revisions were added by this update.

Summary of changes:
 .../runtime/heartbeat/NoOpHeartbeatManager.java    | 58 ++++++++++++++++++++++
 .../apache/flink/runtime/jobmaster/JobMaster.java  | 14 ++----
 .../runtime/resourcemanager/ResourceManager.java   | 11 ++--
 .../flink/runtime/taskexecutor/TaskExecutor.java   | 58 ++++++++--------------
 4 files changed, 89 insertions(+), 52 deletions(-)
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/heartbeat/NoOpHeartbeatManager.java