You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Haibo Sun (JIRA)" <ji...@apache.org> on 2019/06/25 02:04:00 UTC

[jira] [Created] (FLINK-12967) Change the input selection switching in StreamTwoInputSelectableProcessor#checkFinished to invoking the nextSelection method of the stream operator

Haibo Sun created FLINK-12967:
---------------------------------

             Summary: Change the input selection switching in StreamTwoInputSelectableProcessor#checkFinished to invoking the nextSelection method of the stream operator
                 Key: FLINK-12967
                 URL: https://issues.apache.org/jira/browse/FLINK-12967
             Project: Flink
          Issue Type: Sub-task
            Reporter: Haibo Sun
            Assignee: Haibo Sun


The runtime (`StreamTwoInputSelectableProcessor#checkFinished()`) switches the input selection when one input is finished, because `BoundedxInput.endInput()` was not supported before the PR#8731 (https://github.com/apache/flink/pull/8731) is merged. Now we should change the logic of `StreamTwoInputSelectableProcessor#checkFinished()` to invoke `InputSelectable#nextSelection()`, and the input selection should been switched in `endInput()` by the operator.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)