You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/10/31 10:50:11 UTC

[flink] branch master updated (1f7655f -> 782526e)

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

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


    from 1f7655f  [FLINK-14059][table] Blink batch executor disables allVerticesInSameSlotSharingGroupByDefault
     add 782526e  [FLINK-14476] Extend PartitionTracker to support promotions

No new revisions were added by this update.

Summary of changes:
 .../partition/JobMasterPartitionTracker.java       |   5 +
 .../partition/JobMasterPartitionTrackerImpl.java   |  76 ++++++++++++--
 .../JobMasterPartitionTrackerImplTest.java         | 110 ++++++++++++++++++---
 .../partition/NoOpJobMasterPartitionTracker.java   |   4 +
 .../TestingJobMasterPartitionTracker.java          |  10 ++
 5 files changed, 181 insertions(+), 24 deletions(-)