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

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

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

zhijiang updated FLINK-12603:
-----------------------------
    Summary: Remove getOwningTaskName method from InputGate  (was: Refactor InputGate interface to remove unnecessary methods)

> 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
>          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)