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 9d0653f  [hotfix][docs] Align the documentation of checkpoint 
directory to the actual implementation
     add 9f9bf02  [hotfix] Remove default value of legacy 
'taskmanager.heap.mb', in case of implicit usages.
     add 48f838f  [hotfix] Add the legacy config option 'taskmanager.heap.size' 
back.
     add a455ddf  [hotfix] Remove unused ClusterSpecification#fromConfiguration.
     add 3285f7d  [hotfix] Rename AbstractClusterClientFactory to 
AbstractContainerizedClusterClientFactory.
     add 7fd7698  [FLINK-15367][runtime] Map legacy 'taskmanager.heap.size' to 
new config options differently for standalone / active setups.
     add 97910b3  [hotfix] Remove unnecessarily setting managed memory size for 
active resource manager configurations.
     add 229d021  [FLINK-15369][runtime] Set MiniCluster to use fixed managed / 
shuffle memory size by default.

No new revisions were added by this update.

Summary of changes:
 ...AbstractContainerizedClusterClientFactory.java} |  7 +-
 .../client/deployment/ClusterSpecification.java    | 22 -----
 .../flink/configuration/TaskManagerOptions.java    | 19 ++++-
 .../kubernetes/KubernetesClusterClientFactory.java |  4 +-
 .../TaskExecutorResourceUtils.java                 | 99 +++++++++++++---------
 .../minicluster/MiniClusterConfiguration.java      | 41 +++++++--
 .../ActiveResourceManagerFactory.java              |  7 +-
 .../apache/flink/runtime/util/BashJavaUtils.java   | 11 ++-
 .../TaskExecutorResourceUtilsTest.java             | 76 ++++++++++++++---
 .../minicluster/MiniClusterConfigurationTest.java  | 15 ++++
 .../ActiveResourceManagerFactoryTest.java          | 99 ----------------------
 .../flink/yarn/YarnClusterClientFactory.java       |  4 +-
 12 files changed, 207 insertions(+), 197 deletions(-)
 rename 
flink-clients/src/main/java/org/apache/flink/client/deployment/{AbstractClusterClientFactory.java
 => AbstractContainerizedClusterClientFactory.java} (84%)
 delete mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/ActiveResourceManagerFactoryTest.java

Reply via email to