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

wanglijie pushed a change to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 6170615ed0a [FLINK-27115][blob] Enrich the error log with remote 
address for blob server.
     new 2a8e2f7dc60 [FLINK-31114][runtime] Refactor the package path of 
ForwardGroup
     new c66ef2540c3 [FLINK-31114][runtime] Set parallelism of job vertices in 
forward group at compilation phase

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:
 .../forwardgroup/ForwardGroup.java                 |  35 ++-
 .../forwardgroup/ForwardGroupComputeUtil.java      |  36 ++-
 .../adaptivebatch/AdaptiveBatchScheduler.java      |   2 +-
 .../AdaptiveBatchSchedulerFactory.java             |   6 +-
 .../adaptivebatch/SpeculativeScheduler.java        |   2 +-
 .../forwardgroup/ForwardGroupComputeUtilTest.java  |  61 +---
 .../runtime/scheduler/DefaultSchedulerBuilder.java |   6 +-
 .../api/graph/StreamingJobGraphGenerator.java      | 321 ++++++++++++++++-----
 .../scheduling/AdaptiveBatchSchedulerITCase.java   |  31 ++
 9 files changed, 338 insertions(+), 162 deletions(-)
 rename 
flink-runtime/src/main/java/org/apache/flink/runtime/{scheduler/adaptivebatch 
=> jobgraph}/forwardgroup/ForwardGroup.java (66%)
 rename 
flink-runtime/src/main/java/org/apache/flink/runtime/{scheduler/adaptivebatch 
=> jobgraph}/forwardgroup/ForwardGroupComputeUtil.java (74%)
 rename 
flink-runtime/src/test/java/org/apache/flink/runtime/{scheduler/adaptivebatch 
=> jobgraph}/forwardgroup/ForwardGroupComputeUtilTest.java (72%)

Reply via email to