[ https://issues.apache.org/jira/browse/YARN-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097266#comment-14097266 ]
Jian He commented on YARN-2136: ------------------------------- bq. Hence dispatcher queue draining shouldn't matter as ZKClient is already closed. After checking the code, I think we should flip the order "closeInternal()" and "dispatcher.stop();" right? {code} protected void serviceStop() throws Exception { closeInternal(); dispatcher.stop(); } {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 > Reporter: Jian He > > 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.2#6252)