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

Bikas Saha commented on YARN-1507:
----------------------------------

This may also simplify the initial submitApplication code where we currently 
save the app. The initial impl saved in submitApplication because the 
submission was synchronous. Now that submission involves polling until app 
reaches accepted state we can move the logic into the RMApp state machine.

> Apps should be saved after it's accepted by the scheduler
> ---------------------------------------------------------
>
>                 Key: YARN-1507
>                 URL: https://issues.apache.org/jira/browse/YARN-1507
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: resourcemanager
>            Reporter: Jian He
>            Assignee: Jian He
>
> It makes more sense to save the app after it is accepted by the scheduler.
> We can replace the NEW_SAVING with an ACCEPTED_SAVING state before the 
> ACCEPTED state.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to