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

Jian He commented on YARN-1924:
-------------------------------

Thanks Arpit for reporting this issue.

The problem is that if we kill the application when the app is at submitted 
state.  The app will try to save the final state before the initial state is 
saved, which causing no-node-exist exception.

Changed the ZK updateState API to check if the node exists. If it exists, do 
set operation, otherwise do create operation.

> RM shut down with RMFatalEvent of type STATE_STORE_OP_FAILED
> ------------------------------------------------------------
>
>                 Key: YARN-1924
>                 URL: https://issues.apache.org/jira/browse/YARN-1924
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Arpit Gupta
>            Assignee: Jian He
>            Priority: Critical
>         Attachments: YARN-1924.1.patch
>
>
> Noticed on a HA cluster Both RM shut down with this error. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to