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 2019/08/27 07:59:25 UTC

[flink] branch master updated (a4607c8 -> 261c2dc)

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

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


    from a4607c8  [FLINK-13853][e2e] Update common_ha.sh test expression to count recoveries
     add 261c2dc  [FLINK-13765][task] Introduce the TwoInputSelectionHandler for selecting input in StreamTwoInputSelectableProcessor

No new revisions were added by this update.

Summary of changes:
 .../io/StreamTwoInputSelectableProcessor.java      | 55 ++++++----------
 .../runtime/io/TwoInputSelectionHandler.java       | 75 ++++++++++++++++++++++
 .../tasks/TwoInputSelectableStreamTask.java        |  8 +++
 3 files changed, 103 insertions(+), 35 deletions(-)
 create mode 100644 flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/TwoInputSelectionHandler.java