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 ea9f449  [FLINK-18763][python] Support basic TypeInformation for 
Python DataStream API. (#13029)
     new 2542d86  [FLINK-18690][runtime] Introduce ExecutionSlotSharingGroup 
and SlotSharingStrategy interface
     new cfda0e0  [FLINK-18690][runtime] Implement 
LocalInputPreferredSlotSharingStrategy

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:
 .../scheduler/CoLocationConstraintDesc.java        |  48 ++--
 .../jobmanager/scheduler/CoLocationGroupDesc.java  |  69 +++++
 ...triever.java => ExecutionSlotSharingGroup.java} |  32 ++-
 .../LocalInputPreferredSlotSharingStrategy.java    | 297 +++++++++++++++++++++
 ...ionsRetriever.java => SlotSharingStrategy.java} |  33 +--
 ...LocalInputPreferredSlotSharingStrategyTest.java | 173 ++++++++++++
 .../strategy/TestingSchedulingTopology.java        |  13 +-
 7 files changed, 604 insertions(+), 61 deletions(-)
 copy 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/constraints/AbstractConstraint.java
 => 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/scheduler/CoLocationConstraintDesc.java
 (53%)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/scheduler/CoLocationGroupDesc.java
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/{StateLocationRetriever.java
 => ExecutionSlotSharingGroup.java} (63%)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/LocalInputPreferredSlotSharingStrategy.java
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/{PreferredLocationsRetriever.java
 => SlotSharingStrategy.java} (57%)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/LocalInputPreferredSlotSharingStrategyTest.java

Reply via email to