This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 412f614 [FLINK-9790] [docs] Add documentation for UDFs in SQL Client
new fa8e281 [FLINK-9159][mesos] Set default value of
mesos.failover-timeout to 1 week.
new b693b01 [FLINK-9159][runtime] Deprecate config key
slotmanager.request-timeout
new 9894826 [hotfix][docs] Add -DskipTests flag to command that generates
docs.
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:
docs/_includes/generated/mesos_configuration.html | 2 +-
.../generated/resource_manager_configuration.html | 5 ++
.../generated/slot_manager_configuration.html | 21 -------
docs/ops/config.md | 6 --
.../flink/configuration/JobManagerOptions.java | 6 ++
.../configuration/ResourceManagerOptions.java | 25 +++++---
flink-docs/README.md | 4 +-
.../flink/mesos/configuration/MesosOptions.java | 2 +-
.../slotmanager/SlotManagerConfiguration.java | 22 ++++++-
.../slotmanager/SlotManagerConfigurationTest.java | 67 ++++++++++++++++++++++
10 files changed, 120 insertions(+), 40 deletions(-)
delete mode 100644 docs/_includes/generated/slot_manager_configuration.html
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/resourcemanager/slotmanager/SlotManagerConfigurationTest.java