[
https://issues.apache.org/jira/browse/FLINK-12967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Nowojski closed FLINK-12967.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)