This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 0b4c6f9c9ef [FLINK-20672][checkpoint] Catch throwable when sending
checkpoint aborted messages from JM to TM (#23676)
new 752d3a79a91 [FLINK-34083][yarn][refactor] Move
BootstrapTools#getTaskManagerShellCommand to flink-yarn Utils
new 38f7b51d0cc [FLINK-34083][config] Deprecate string configuration keys
and unused constants in ConfigConstants
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../generated/all_taskmanager_section.html | 18 +
.../generated/task_manager_configuration.html | 18 +
.../generated/yarn_config_configuration.html | 6 +
.../client/deployment/executors/LocalExecutor.java | 3 +-
.../client/program/PerJobMiniClusterFactory.java | 6 +-
.../flink/api/common/io/FileInputFormat.java | 11 +-
.../flink/configuration/ConfigConstants.java | 44 ++-
.../flink/configuration/TaskManagerOptions.java | 25 ++
.../itcases/HAQueryableStateFsBackendITCase.java | 5 +-
.../HAQueryableStateRocksDBBackendITCase.java | 5 +-
.../NonHAQueryableStateFsBackendITCase.java | 3 +-
.../NonHAQueryableStateRocksDBBackendITCase.java | 3 +-
.../runtime/webmonitor/WebFrontendITCase.java | 4 +-
.../runtime/clusterframework/BootstrapTools.java | 120 ------
.../taskexecutor/TaskManagerConfiguration.java | 4 +-
.../clusterframework/BootstrapToolsTest.java | 428 --------------------
.../runtime/taskexecutor/TaskExecutorTest.java | 4 +-
.../table/client/gateway/ExecutorImplITCase.java | 2 +-
.../utils/SnapshotMigrationTestBase.java | 3 +-
.../src/main/java/org/apache/flink/yarn/Utils.java | 125 +++++-
.../apache/flink/yarn/YarnClusterDescriptor.java | 9 +-
.../yarn/configuration/YarnConfigOptions.java | 19 +
.../test/java/org/apache/flink/yarn/UtilsTest.java | 434 +++++++++++++++++++++
.../flink/yarn/YarnClusterDescriptorTest.java | 9 +-
24 files changed, 699 insertions(+), 609 deletions(-)