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

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


    from 7261cba  [FLINK-22545][hotfix][coordination] Extend logging 
(temporarily) to debug test instability
     new 0d099b7  [FLINK-22677][runtime] DefaultScheduler supports async 
registration of produced partitions
     new 0b28fad  [FLINK-22677][runtime] AdaptiveScheduler requires partition 
registration to be completed immediately

The 2 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/executiongraph/Execution.java    |  50 +++----
 .../flink/runtime/scheduler/DefaultScheduler.java  |  91 +++++++++----
 .../runtime/scheduler/DefaultSchedulerFactory.java |   3 +-
 .../scheduler/adaptive/AdaptiveScheduler.java      |  12 +-
 .../flink/runtime/shuffle/ShuffleMaster.java       |   3 -
 .../runtime/executiongraph/ExecutionTest.java      |  56 --------
 .../runtime/scheduler/DefaultSchedulerTest.java    | 145 ++++++++++++++++++++-
 .../runtime/scheduler/SchedulerTestingUtils.java   |   3 +-
 .../TestExecutionVertexOperationsDecorator.java    |  14 ++
 .../runtime/shuffle/TestingShuffleMaster.java      | 144 ++++++++++++++++++++
 10 files changed, 397 insertions(+), 124 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/shuffle/TestingShuffleMaster.java

Reply via email to