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/07/30 11:48:14 UTC

[flink] branch master updated (8dec21f -> 01f8c35)

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 8dec21f  [hotfix][Network] Rename the terminology
     add 36d9a75  [FLINK-12038][tests] Harden YARNITCase
     add 01f8c35  [FLINK-13241][yarn/mesos] Fix Yarn/MesosResourceManager setting managed memory size into wrong configuration instance.

No new revisions were added by this update.

Summary of changes:
 .../clusterframework/MesosResourceManager.java     |  8 +---
 ...tDispatcherResourceManagerComponentFactory.java |  4 +-
 .../runtime/resourcemanager/ResourceManager.java   | 18 ++-------
 .../flink/runtime/util/ResourceManagerUtil.java    | 46 +++++++++++++++++++++
 .../resourcemanager/ResourceManagerTest.java       | 39 ++++++++++++++----
 .../java/org/apache/flink/yarn/YARNITCase.java     | 37 +++++++++++++++--
 .../apache/flink/yarn/YarnConfigurationITCase.java | 12 ++++++
 .../org/apache/flink/yarn/YarnResourceManager.java |  9 +----
 .../apache/flink/yarn/YarnResourceManagerTest.java | 47 ----------------------
 9 files changed, 134 insertions(+), 86 deletions(-)
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/util/ResourceManagerUtil.java