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/04/25 09:33:00 UTC

[jira] [Created] (FLINK-12331) Introduce partition/gate setup to decouple task registration with NetworkEnvironment

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)