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

Jian He commented on YARN-2136:
-------------------------------

[~varun_saxena], thanks for updating!  looks good overall,
one minor comment: we may break out of the while loop if it's at FENCED state.
{code}
          if(!isFencedState()) { 
            doMultiWithRetries(emptyOpList);
          }
{code}

> RMStateStore can explicitly handle store/update events when fenced
> ------------------------------------------------------------------
>
>                 Key: YARN-2136
>                 URL: https://issues.apache.org/jira/browse/YARN-2136
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>            Reporter: Jian He
>            Assignee: Varun Saxena
>             Fix For: 2.7.0
>
>         Attachments: YARN-2136.002.patch, YARN-2136.003.patch, 
> YARN-2136.004.patch, YARN-2136.patch
>
>
> RMStateStore can choose to handle/ignore store/update events upfront instead 
> of invoking more ZK operations if state store is at fenced state. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to