This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 049f0e9  [FLINK-21621][table-planner-blink] Support TIMESTAMP_LTZ 
arithmetic
     add 9635730  [FLINK-21136] Adjust timeouts for reactive mode

No new revisions were added by this update.

Summary of changes:
 docs/content/docs/deployment/elastic_scaling.md    |   6 +
 .../generated/all_jobmanager_section.html          |   8 +-
 .../generated/expert_scheduling_section.html       |   8 +-
 .../generated/job_manager_configuration.html       |   8 +-
 .../org/apache/flink/api/common/time/Deadline.java |  32 +-
 .../flink/configuration/JobManagerOptions.java     |  31 +-
 .../DefaultSlotPoolServiceSchedulerFactory.java    |  31 +-
 .../scheduler/adaptive/AdaptiveScheduler.java      |  27 +-
 .../adaptive/AdaptiveSchedulerFactory.java         |  13 +
 .../scheduler/adaptive/WaitingForResources.java    | 109 +++++-
 .../adaptive/AdaptiveSchedulerBuilder.java         |   3 +
 .../scheduler/adaptive/AdaptiveSchedulerTest.java  |   8 +-
 .../runtime/scheduler/adaptive/StateValidator.java |   2 +-
 .../adaptive/WaitingForResourcesTest.java          | 389 +++++++++++++++++++--
 .../apache/flink/core/testutils/ScheduledTask.java |   2 +-
 15 files changed, 610 insertions(+), 67 deletions(-)

Reply via email to