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+uvzvbjodd1lupg1neu2dlw51wukeabycsuia9z...@mail.gmail.com%3E



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

Reply via email to