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

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


    from 122429f99b9 [FLINK-31621][table] Add built-in ARRAY_REVERSE function. 
(#22277)
     new d4464005416 [hotfix] Remove unused createdJobManagerRunnerLatch
     new 3072e176ad4 [FLINK-31468] Add mechanics to the Dispatcher for handling 
job resource requirements
     new 7e16a0fa611 [FLINK-31672] Respect user-specified max parallelism

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:
 .../flink/runtime/dispatcher/Dispatcher.java       |  78 +++++
 .../runtime/dispatcher/DispatcherGateway.java      |  25 ++
 .../apache/flink/runtime/jobmaster/JobMaster.java  |  37 +--
 .../flink/runtime/jobmaster/JobMasterGateway.java  |   8 +
 .../flink/runtime/dispatcher/DispatcherTest.java   | 328 ++++++++++++++++++---
 .../flink/runtime/jobmaster/JobMasterTest.java     |  68 +++--
 .../jobmaster/utils/TestingJobMasterGateway.java   |  12 +
 .../utils/TestingJobMasterGatewayBuilder.java      |  12 +
 8 files changed, 477 insertions(+), 91 deletions(-)

Reply via email to