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/05/23 11:19:00 UTC

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

zhijiang created FLINK-12603:
--------------------------------

             Summary: 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


Current `InputGate#getOwningTaskName` is only used for logging in related components such as `BarrierBuffer`, `StreamInputProcessor`, etc. We could put this name in the structure of `TaskInfo`,  then the related components could get task name directly from `RuntimeEnvironment#getTaskInfo`.

To do so, we could simplify the interface of `InputGate`.



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