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)