You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/26 05:38:00 UTC

[jira] [Updated] (FLINK-16285) Refactor SingleInputGate#setInputChannel to remove IntermediateResultPartitionID argument

     [ https://issues.apache.org/jira/browse/FLINK-16285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-16285:
-----------------------------------
    Labels: pull-request-available  (was: )

> Refactor SingleInputGate#setInputChannel to remove IntermediateResultPartitionID argument
> -----------------------------------------------------------------------------------------
>
>                 Key: FLINK-16285
>                 URL: https://issues.apache.org/jira/browse/FLINK-16285
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Network
>            Reporter: Zhijiang
>            Assignee: Zhijiang
>            Priority: Minor
>              Labels: pull-request-available
>
> The IntermediateResultPartitionID info can be got directly from the respective InputChannel, so we can remove it fromĀ the arguments of SingleInputGate#setInputChannel to cleanup the codes.
> It is also helpful to simplify the unit tests and avoid passing the inconsistent IntermediateResultPartitionID with theĀ internal ResultPartitionID that the respective InputChannel maintains.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)