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 338ae25 [FLINK-24091][tests] Harden
TaskManagerProcessFailureBatchRecoveryITCase
add 0a2607c [FLINK-23654][runtime] Splitting IO and future threadpools
and adding advanced configurations
No new revisions were added by this update.
Summary of changes:
docs/content.zh/docs/deployment/config.md | 4 +
docs/content/docs/deployment/config.md | 4 +
.../generated/all_jobmanager_section.html | 12 ++
.../generated/expert_jobmanager_section.html | 24 ++++
.../generated/job_manager_configuration.html | 12 ++
.../flink/annotation/docs/Documentation.java | 1 +
.../flink/configuration/JobManagerOptions.java | 26 ++++
.../flink/runtime/dispatcher/Dispatcher.java | 2 +-
.../JobMasterServiceLeadershipRunnerFactory.java | 2 +-
.../DefaultSlotPoolServiceSchedulerFactory.java | 9 +-
.../jobmaster/JobManagerSharedServices.java | 43 ++++--
.../apache/flink/runtime/jobmaster/JobMaster.java | 15 ++-
.../jobmaster/SlotPoolServiceSchedulerFactory.java | 5 +-
.../jobmaster/JobManagerSharedServicesTest.java | 145 +++++++++++++++++++++
.../TestingJobManagerSharedServicesBuilder.java | 20 ++-
15 files changed, 295 insertions(+), 29 deletions(-)
create mode 100644
docs/layouts/shortcodes/generated/expert_jobmanager_section.html
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobManagerSharedServicesTest.java