You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2015/09/07 16:22:45 UTC

[jira] [Created] (FLINK-2629) Refactor YARN ApplicationMasterActor to use the async AM<-->RM client

Robert Metzger created FLINK-2629:
-------------------------------------

             Summary: Refactor YARN ApplicationMasterActor to use the async AM<-->RM client 
                 Key: FLINK-2629
                 URL: https://issues.apache.org/jira/browse/FLINK-2629
             Project: Flink
          Issue Type: Improvement
          Components: YARN Client
    Affects Versions: 0.10
            Reporter: Robert Metzger


YARN also offers an async client for the AM <--> RM communication: https://hadoop.apache.org/docs/r2.6.0/api/org/apache/hadoop/yarn/client/api/async/AMRMClientAsync.html

Currently, container failures can block the entire JobManager actor systems for a few seconds because of blocking AM <---> RM calls.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)