You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ti...@apache.org on 2019/11/20 09:02:01 UTC

[flink] branch release-1.8 updated (29c6454 -> 15ca8f0)

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

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


    from 29c6454  [FLINK-13747][client] Add integration tests for classloading in program execution
     add 46e22ce  [FLINK-13184][yarn] Use NMClientAsync instead of NMClient to avoid starting TaskExecutor blocking call. The start container requests will be executed in a thread pool of NMClientAsync.
     add 15ca8f0  [FLINK-13184][yarn] Use dynamic properties instead of uploading taskmanager-conf.yaml to hdfs. This will reduce the time cost of launching a TaskExecutor so that YarnResourceManager could start a large number of TaskExecutors timely.

No new revisions were added by this update.

Summary of changes:
 .../runtime/clusterframework/BootstrapTools.java   |  9 ++-
 .../clusterframework/BootstrapToolsTest.java       | 41 +++++++----
 .../test/java/org/apache/flink/yarn/UtilsTest.java |  2 +-
 .../flink/yarn/AbstractYarnClusterDescriptor.java  |  4 +-
 .../src/main/java/org/apache/flink/yarn/Utils.java | 73 ++++++++++----------
 .../org/apache/flink/yarn/YarnResourceManager.java | 79 ++++++++++++++++------
 .../apache/flink/yarn/YarnTaskExecutorRunner.java  | 23 ++++++-
 .../test/java/org/apache/flink/yarn/UtilsTest.java | 16 +++++
 .../apache/flink/yarn/YarnResourceManagerTest.java | 25 ++++---
 9 files changed, 185 insertions(+), 87 deletions(-)