This is an automated email from the ASF dual-hosted git repository.
zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from ef07590403a [FLINK-28136][runtime] Implement
ExecutionTimeBasedSlowTaskDetector
new c1e39b6aca7 [hotfix][runtime][tests] Migrate TaskManagerLocationTest,
TaskExecutorToResourceManagerConnectionTest and
TaskManagerRunnerConfigurationTest to JUnit5
new 51c139b6018 [FLINK-28142][runtime] Enrich TaskManagerLocation with
node information
new eab0a1faf5e [FLINK-28142][runtime] Enrich TaskExecutorRegistration
with node information
The 3 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:
.../configuration/TaskManagerOptionsInternal.java | 11 ++
.../decorators/InitTaskManagerDecorator.java | 15 ++-
.../taskmanager/KubernetesTaskExecutorRunner.java | 29 ++++-
.../apache/flink/kubernetes/utils/Constants.java | 4 +
.../decorators/InitTaskManagerDecoratorTest.java | 24 +++-
.../factory/KubernetesTaskManagerFactoryTest.java | 2 +-
.../runtime/resourcemanager/ResourceManager.java | 3 +-
.../resourcemanager/TaskExecutorRegistration.java | 17 ++-
.../registration/WorkerRegistration.java | 10 +-
.../flink/runtime/taskexecutor/TaskExecutor.java | 3 +-
.../runtime/taskexecutor/TaskManagerRunner.java | 2 +-
.../runtime/taskexecutor/TaskManagerServices.java | 3 +-
.../TaskManagerServicesConfiguration.java | 22 +++-
.../runtime/taskmanager/TaskManagerLocation.java | 49 ++++++--
.../taskmanager/UnresolvedTaskManagerLocation.java | 11 +-
.../ResourceManagerPartitionLifecycleTest.java | 3 +-
.../ResourceManagerTaskExecutorTest.java | 9 +-
.../resourcemanager/ResourceManagerTest.java | 3 +-
.../active/ActiveResourceManagerTest.java | 3 +-
...askExecutorToResourceManagerConnectionTest.java | 46 +++----
.../TaskManagerRunnerConfigurationTest.java | 138 ++++++++++++---------
.../LocalUnresolvedTaskManagerLocation.java | 2 +-
.../taskmanager/TaskManagerLocationTest.java | 114 ++++++++++-------
.../apache/flink/yarn/YarnTaskExecutorRunner.java | 3 +
.../flink/yarn/YarnTaskExecutorRunnerTest.java | 15 +++
25 files changed, 385 insertions(+), 156 deletions(-)