@@ -66,6 +66,9 @@ Release 2.7.0 - UNRELEASED
YARN-2816. NM fail to start with NPE during container recovery (Zhihai Xu
via jlowe)
+ YARN-2432. RMStateStore should process the pending events before close.
+ (Varun Saxena via jianhe)
+
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES
@@ -492,8 +492,8 @@ public abstract class RMStateStore extends AbstractService {
@Override
protected void serviceStop() throws Exception {
- closeInternal();
dispatcher.stop();
+ closeInternal();
}
/**