This is an automated email from the ASF dual-hosted git repository.
dmvk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from ce67b7d7c38 [FLINK-34230][doc] Add -Pskip-webui-build to the config
doc generation command
new 92d6932ac38 [FLINK-33976] Consolidate AdaptiveScheduler options into
AdaptiveSchduler#Settings object.
new e04a2326126 [FLINK-33976] Populate `scalingInterval{Min,Max}` options
from the JobMaster's configuration instead of a Job configuration.
new 9699cf4350b [hotfix] Speed up AdaptiveSchedulerTest by setting
scalingIntervalMin to 1ms.
new 23377711ea4 [hotfix] Speed up AdaptiveSchedulerClusterITCase by
setting scalingIntervalMin to 1ms.
new 5ae48935e66 fixup! [FLINK-33976] Consolidate AdaptiveScheduler options
into AdaptiveSchduler#Settings object.
new 843fe8fc7e8 fixup! [FLINK-33976] Populate `scalingInterval{Min,Max}`
options from the JobMaster's configuration instead of a Job configuration.
new e945a36de8c fixup! [FLINK-33976] Consolidate AdaptiveScheduler options
into AdaptiveSchduler#Settings object.
The 7 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:
.../DefaultSlotPoolServiceSchedulerFactory.java | 29 +----
.../scheduler/adaptive/AdaptiveScheduler.java | 132 +++++++++++++++++----
.../adaptive/AdaptiveSchedulerFactory.java | 13 +-
.../runtime/scheduler/adaptive/Executing.java | 36 +++---
.../adaptive/AdaptiveSchedulerBuilder.java | 4 +-
.../adaptive/AdaptiveSchedulerClusterITCase.java | 4 +-
.../scheduler/adaptive/AdaptiveSchedulerTest.java | 100 +++++++++++-----
7 files changed, 199 insertions(+), 119 deletions(-)