[
https://issues.apache.org/jira/browse/FLINK-11726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-11726.
------------------------------------
Resolution: Fixed
master: aedc4f5dcca95820969af694e6d2a71a1fe698bd
> Refactor the creation of ResultPartition and InputGate into NetworkEnvironment
> ------------------------------------------------------------------------------
>
> Key: FLINK-11726
> URL: https://issues.apache.org/jira/browse/FLINK-11726
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Network
> Reporter: zhijiang
> Assignee: zhijiang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{ResultPartition}} and {{InputGate}} are created in {{Task}} currently.
> Based on pluggable {{ShuffleManager}}, they should be created via
> {{ShuffleService}}.
> The {{NetworkEnvironment}} would be refactored into {{NetworkShuffleService}}
> future. So we migrate the process of creating {{ResultPartition}} and
> {{InputGate}} into current {{NetworkEnvironment}}. The {{BufferPool}} and
> metrics setup can also be done after the creation. Then we can remove the
> process of {{NetworkEnvironment#registerTask}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)