You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2021/02/07 07:35:52 UTC

[flink] branch master updated (08bb6c1 -> 04a45ab)

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 08bb6c1  [FLINK-21238][python] Support to close PythonFunctionFactory manually
     add 04a45ab  [FLINK-21273][coordination] Remove unused ExecutionVertexSchedulingRequirements

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/scheduler/DefaultScheduler.java  |   2 -
 .../runtime/scheduler/ExecutionSlotAllocator.java  |   4 +-
 .../ExecutionVertexSchedulingRequirements.java     | 131 ---------------------
 ...xecutionVertexSchedulingRequirementsMapper.java |  69 -----------
 .../SlotSharingExecutionSlotAllocator.java         |   8 +-
 .../scheduler/ExecutionSlotAllocatorTestUtils.java |  63 ----------
 .../SlotSharingExecutionSlotAllocatorTest.java     |  15 +--
 .../scheduler/TestExecutionSlotAllocator.java      |  12 +-
 8 files changed, 10 insertions(+), 294 deletions(-)
 delete mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/ExecutionVertexSchedulingRequirements.java
 delete mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/ExecutionVertexSchedulingRequirementsMapper.java
 delete mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/ExecutionSlotAllocatorTestUtils.java