You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/10 04:25:00 UTC

[jira] [Updated] (FLINK-12146) Remove unregister task from NetworkEnvironment to simplify the interface of ShuffleService

     [ https://issues.apache.org/jira/browse/FLINK-12146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-12146:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>
> 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)