You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Krishna Kishore Bonagiri (JIRA)" <ji...@apache.org> on 2013/11/22 16:08:35 UTC

[jira] [Created] (YARN-1439) Taking around 800 to 900 ms to connect from AM to RM

Krishna Kishore Bonagiri created YARN-1439:
----------------------------------------------

             Summary: Taking around 800 to 900 ms to connect from AM to RM
                 Key: YARN-1439
                 URL: https://issues.apache.org/jira/browse/YARN-1439
             Project: Hadoop YARN
          Issue Type: Bug
          Components: applications
    Affects Versions: 2.2.0
            Reporter: Krishna Kishore Bonagiri


Hi, 
  The stat() call in following code for connecting from Application Master to the Resource Manager is taking between 800 to 900 ms, tried with both managed and unmanaged applications.

AMRMClientAsync.CallbackHandler allocListener = new RMCallbackHandler();
    amRMClient = AMRMClientAsync.createAMRMClientAsync(1000, allocListener);
    amRMClient.init(conf);
    amRMClient.start();

Vinod Kumar asked me to raise a bug on this, for more info:

http://mail-archives.apache.org/mod_mbox/hadoop-mapreduce-user/201310.mbox/%3CCAHg+sbPD+uvzvBjoDD1LupG1neu2dLw51wUkeaBycsuia9ZuOA@mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v6.1#6144)