YARN-2337. ResourceManager sets ClientRMService in RMContext multiple times. (Zhihai Xu via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1617183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af6d709664
commit
bdd3e2ce49
@ -107,6 +107,9 @@ Release 2.6.0 - UNRELEASED
|
||||
|
||||
YARN-2302. Refactor TimelineWebServices. (Zhijie Shen via junping_du)
|
||||
|
||||
YARN-2337. ResourceManager sets ClientRMService in RMContext multiple times.
|
||||
(Zhihai Xu via kasha)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
@ -461,7 +461,6 @@ protected void serviceInit(Configuration configuration) throws Exception {
|
||||
rmDispatcher.register(RMAppManagerEventType.class, rmAppManager);
|
||||
|
||||
clientRM = createClientRMService();
|
||||
rmContext.setClientRMService(clientRM);
|
||||
addService(clientRM);
|
||||
rmContext.setClientRMService(clientRM);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user