This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.
from f706754 [hotfix][docs] Align the documentation of checkpoint
directory to the actual implementation
add 4545d14 [hotfix] Remove default value of legacy
'taskmanager.heap.mb', in case of implicit usages.
add 004adbf [hotfix] Add the legacy config option 'taskmanager.heap.size'
back.
add 3c33d21 [hotfix] Remove unused ClusterSpecification#fromConfiguration.
add a09e3ee [hotfix] Rename AbstractClusterClientFactory to
AbstractContainerizedClusterClientFactory.
add f2cb232 [FLINK-15367][runtime] Map legacy 'taskmanager.heap.size' to
new config options differently for standalone / active setups.
add 1f5d772 [hotfix] Remove unnecessarily setting managed memory size for
active resource manager configurations.
add bbb9e70 [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