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:
Karthik Kambatla 2014-08-11 00:13:27 +00:00
parent af6d709664
commit bdd3e2ce49
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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);