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

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


    from b6956ff  [FLINK-17132][metrics] Update licensing
     new 935313b  [hotfix][runtime] Fix import order in 
PipelinedRegionComputeUtil
     new cc30a4e  [FLINK-17181][runtime] Drop generic Types in Topology 
Interface

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:
 .../runtime/executiongraph/ExecutionGraph.java     |  6 ++--
 .../failover/flip1/ExecutionFailureHandler.java    |  4 +--
 .../failover/flip1/FailoverRegion.java             |  6 ++--
 .../failover/flip1/FailoverStrategy.java           |  2 +-
 .../failover/flip1/PipelinedRegionComputeUtil.java |  6 ++--
 .../failover/flip1/RestartAllFailoverStrategy.java |  6 ++--
 .../RestartPipelinedRegionFailoverStrategy.java    | 24 ++++++++--------
 .../NotReleasingPartitionReleaseStrategy.java      |  2 +-
 .../partitionrelease/PartitionReleaseStrategy.java |  2 +-
 .../RegionPartitionReleaseStrategy.java            | 18 ++++++------
 .../flink/runtime/scheduler/SchedulerBase.java     |  4 +--
 .../adapter/DefaultExecutionTopology.java          |  2 +-
 .../scheduler/adapter/DefaultExecutionVertex.java  |  2 +-
 .../scheduler/adapter/DefaultResultPartition.java  |  2 +-
 .../strategy/EagerSchedulingStrategy.java          |  6 ++--
 .../strategy/InputDependencyConstraintChecker.java | 32 +++++++++++-----------
 .../LazyFromSourcesSchedulingStrategy.java         | 20 +++++++-------
 .../strategy/SchedulingExecutionVertex.java        |  4 +--
 .../strategy/SchedulingPipelinedRegion.java        |  2 +-
 .../strategy/SchedulingResultPartition.java        |  4 +--
 .../strategy/SchedulingStrategyFactory.java        |  2 +-
 .../strategy/SchedulingStrategyUtils.java          |  8 +++---
 .../scheduler/strategy/SchedulingTopology.java     |  8 +++---
 .../flink/runtime/topology/BaseTopology.java       |  2 +-
 .../flink/runtime/topology/PipelinedRegion.java    |  4 +--
 .../org/apache/flink/runtime/topology/Result.java  |  2 +-
 .../apache/flink/runtime/topology/Topology.java    |  2 +-
 .../org/apache/flink/runtime/topology/Vertex.java  |  4 +--
 .../flip1/ExecutionFailureHandlerTest.java         |  2 +-
 .../runtime/scheduler/DefaultSchedulerTest.java    |  8 +++---
 .../InputDependencyConstraintCheckerTest.java      |  2 +-
 .../scheduler/strategy/TestSchedulingStrategy.java |  8 +++---
 .../strategy/TestingSchedulingExecutionVertex.java |  3 +-
 .../strategy/TestingSchedulingResultPartition.java |  3 +-
 .../strategy/TestingSchedulingTopology.java        |  3 +-
 35 files changed, 106 insertions(+), 109 deletions(-)

Reply via email to