zhijiang created FLINK-12331: -------------------------------- Summary: Introduce partition/gate setup to decouple task registration with NetworkEnvironment Key: FLINK-12331 URL: https://issues.apache.org/jira/browse/FLINK-12331 Project: Flink Issue Type: Sub-task Components: Runtime / Network Reporter: zhijiang Assignee: zhijiang Fix For: 1.9.0
In order to decouple task with {{NetworkEnvironment}} completely, we introduce interface methods for {{InputGate#setup}} and {{ResultPartitionWriter#setup}}. Then the task could call the {{setup}} method for the created partitions/gates directly instead of calling current {{registerTask}} via {{NetworkEnvironment}}. -- This message was sent by Atlassian JIRA (v7.6.3#76005)