You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/02/28 10:47:00 UTC

[jira] [Closed] (FLINK-9410) Replace NMClient with NMClientAsync in YarnResourceManager

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

Till Rohrmann closed FLINK-9410.
--------------------------------
    Resolution: Duplicate

> Replace NMClient with NMClientAsync in YarnResourceManager
> ----------------------------------------------------------
>
>                 Key: FLINK-9410
>                 URL: https://issues.apache.org/jira/browse/FLINK-9410
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>    Affects Versions: 1.5.0, 1.6.0, 1.7.0
>            Reporter: Till Rohrmann
>            Assignee: zhangminglei
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, the {{YarnResourceManager}} uses the synchronous {{NMClient}} which is called from within the main thread of the {{ResourceManager}}. Since these operations are blocking, we should replace the client with the {{NMClientAsync}} and make the calls non blocking.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)