[
https://issues.apache.org/jira/browse/FLINK-12146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Nowojski closed FLINK-12146.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
merged commit c9f11cc into apache:master
> Remove unregister task from NetworkEnvironment to simplify the interface of
> ShuffleService
> ------------------------------------------------------------------------------------------
>
> Key: FLINK-12146
> URL: https://issues.apache.org/jira/browse/FLINK-12146
> 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 current {{NetworkEnvironment}} would be the default {{ShuffleService}}
> implementation in task manager. In order to make the interface simple, we try
> to avoid more interactive with {{NetworkEnvironment}}.
> {{NetworkEnvironment#unregisterTask}} is used for closing partition/gate and
> releasing partition from {{ResultPartitionManager}}. partition/gate close
> could be done in task which already maintains the arrays of them. Further we
> could release partition from {{ResultPartitionManager}} inside
> {{ResultPartition}} via introducing {{ResultPartition#close(Throwable)}}. To
> do so, the {{NetworkEnvironment#unregisterTask}} could be totally replaced to
> remove.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)