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

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


    from 5d6a667  [hotfix][travis] Cache documentation gems separately
     new 94c2472  [FLINK-11776][coordination] Refactor to simplify the process 
of scheduleOrUpdateConsumers
     new c660028  [FLINK-12131] Adjust 
IntermediateResult/IntermediateResultPartition status properly on 
ExecutionVertex reset

The 16415 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:
 .../InputChannelDeploymentDescriptor.java          | 149 ++++++++++++---------
 .../PartialInputChannelDeploymentDescriptor.java   | 113 ----------------
 .../flink/runtime/executiongraph/Execution.java    | 130 +++---------------
 .../runtime/executiongraph/ExecutionJobVertex.java |   5 -
 .../runtime/executiongraph/ExecutionVertex.java    |  21 +--
 .../runtime/executiongraph/IntermediateResult.java |  12 +-
 .../IntermediateResultPartition.java               |   5 +
 .../runtime/executiongraph/PartitionInfo.java      |  14 ++
 .../InputChannelDeploymentDescriptorTest.java      |  75 +++++------
 .../runtime/executiongraph/FailoverRegionTest.java |  77 +++++++++++
 .../IntermediateResultPartitionTest.java           |  45 +++++++
 11 files changed, 308 insertions(+), 338 deletions(-)
 delete mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/deployment/PartialInputChannelDeploymentDescriptor.java

Reply via email to