[ 
https://issues.apache.org/jira/browse/YARN-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337446#comment-16337446
 ] 

Hudson commented on YARN-7806:
------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13547 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/13547/])
YARN-7806. Distributed Shell should use timeline async api's. (sunilg: rev 
97607617ce01ee21af4fb9eb8df26fc6986a38a2)
* (edit) 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/ApplicationMaster.java


> Distributed Shell should use timeline async api's
> -------------------------------------------------
>
>                 Key: YARN-7806
>                 URL: https://issues.apache.org/jira/browse/YARN-7806
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Rohith Sharma K S
>            Assignee: Rohith Sharma K S
>            Priority: Major
>             Fix For: 3.1.0, 2.10.0, 3.0.1
>
>         Attachments: YARN-7806.01.patch
>
>
> DS publishes container start/stop events using sync API. If back end is  down 
> for some reasons, then DS will hang till container start/stop events are 
> published. By default, retry is 30 and interval is 1sec.
> To publish single entity using sync API will take 1 minutes to come out. In 
> case of DS, if number of containers are 10 then 10minutes for start event and 
> 10minutes for stop event. Overall 20 minutes will wait.
>  
> DS should publish container events using asyn api.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to