You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2019/06/05 12:36:00 UTC

[jira] [Resolved] (FLINK-12603) Remove getOwningTaskName method from InputGate

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

Till Rohrmann resolved FLINK-12603.
-----------------------------------
       Resolution: Done
    Fix Version/s: 1.9.0

Done via 663b40d320baf94a5f81a30082240afab66ca085

> Remove getOwningTaskName method from InputGate
> ----------------------------------------------
>
>                 Key: FLINK-12603
>                 URL: https://issues.apache.org/jira/browse/FLINK-12603
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Network
>            Reporter: zhijiang
>            Assignee: zhijiang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In order to make abstract InputGate simple for extending new implementations in shuffle service architecture, we could remove unnecessary methods from it.
> Currently InputGate#getOwningTaskName is only used for debugging log in BarrierBuffer and StreamInputProcessor. This task name could be got from Environment#getTaskInfo and then be passed into the constructor of BarrierBuffer/StreamInputProcessor for use.



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