YARN-2432. RMStateStore should process the pending events before close. Contributed by Varun Saxena
(cherry picked from commit 9b860661a5754e829bd8c34ef092757421589bbe)
This commit is contained in:
parent
72207f65aa
commit
21054c5d14
@ -66,6 +66,9 @@ Release 2.7.0 - UNRELEASED
|
|||||||
YARN-2816. NM fail to start with NPE during container recovery (Zhihai Xu
|
YARN-2816. NM fail to start with NPE during container recovery (Zhihai Xu
|
||||||
via jlowe)
|
via jlowe)
|
||||||
|
|
||||||
|
YARN-2432. RMStateStore should process the pending events before close.
|
||||||
|
(Varun Saxena via jianhe)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -492,8 +492,8 @@ protected void serviceStart() throws Exception {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void serviceStop() throws Exception {
|
protected void serviceStop() throws Exception {
|
||||||
closeInternal();
|
|
||||||
dispatcher.stop();
|
dispatcher.stop();
|
||||||
|
closeInternal();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user