You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/08/06 09:50:10 UTC

[flink] branch master updated (df15f7e -> ccdd1f7)

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

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


    from df15f7e  [FLINK-18709][Coordination] Implement PhysicalSlotProvider
     add ccdd1f7  [FLINK-18739] Implement MergingSharedSlotProfileRetriever

No new revisions were added by this update.

Summary of changes:
 .../MergingSharedSlotProfileRetrieverFactory.java  | 135 +++++++++++++++
 ...riever.java => SharedSlotProfileRetriever.java} |  24 +--
 .../MergingSharedSlotProfileRetrieverTest.java     | 183 +++++++++++++++++++++
 3 files changed, 330 insertions(+), 12 deletions(-)
 create mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/MergingSharedSlotProfileRetrieverFactory.java
 copy flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/{PreferredLocationsRetriever.java => SharedSlotProfileRetriever.java} (60%)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/MergingSharedSlotProfileRetrieverTest.java