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 143464d8281 [FLINK-30683][runtime] Use AdaptiveBatchScheduler as 
default batch scheduler
     new 00c2ebd318f [hotfix] Migrate a few location preference tests to JUnit5
     new c0bfb0b04bb [FLINK-15325][coordination] Set the 
ConsumedPartitionGroup/ConsumerVertexGroup to its corresponding 
ConsumerVertexGroup/ConsumedPartitionGroup
     new 76ebeb93257 [FLINK-15325][coordination] Ignores the input locations of 
a ConsumePartitionGroup if the corresponding ConsumerVertexGroup is too large

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:
 .../executiongraph/EdgeManagerBuildUtil.java       |   3 +
 .../runtime/executiongraph/ExecutionGraph.java     |  10 +
 .../runtime/executiongraph/ExecutionVertex.java    |   2 -
 .../AvailableInputsLocationsRetriever.java         |  12 +-
 .../DefaultPreferredLocationsRetriever.java        |  27 ++-
 .../flink/runtime/scheduler/DefaultScheduler.java  |  12 +-
 ...tionGraphToInputsLocationsRetrieverAdapter.java |  38 ++--
 .../scheduler/InputsLocationsRetriever.java        |  26 ++-
 .../scheduler/strategy/ConsumedPartitionGroup.java |  20 +-
 .../scheduler/strategy/ConsumerVertexGroup.java    |  21 +-
 .../executiongraph/EdgeManagerBuildUtilTest.java   |  64 ++++--
 .../AvailableInputsLocationsRetrieverTest.java     |  53 +++--
 .../DefaultPreferredLocationsRetrieverTest.java    | 166 +++++++++------
 ...DefaultSyncPreferredLocationsRetrieverTest.java |  43 ++--
 ...GraphToInputsLocationsRetrieverAdapterTest.java | 129 ++++++-----
 .../scheduler/TestingInputsLocationsRetriever.java |  84 ++++++--
 .../adaptive/StateTrackingMockExecutionGraph.java  |   7 +
 .../strategy/TestingSchedulingExecutionVertex.java |  61 +-----
 .../strategy/TestingSchedulingResultPartition.java |  14 +-
 .../strategy/TestingSchedulingTopology.java        | 236 ++++++++++++++-------
 20 files changed, 634 insertions(+), 394 deletions(-)

Reply via email to