YARN-1481. Reverting addendum patch

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1553995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Karthik Kambatla 2013-12-29 05:44:41 +00:00
parent 234b01e862
commit b81315077c
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ public class AdminService extends AbstractService implements
} }
} }
private boolean isRMActive() { private synchronized boolean isRMActive() {
return HAServiceState.ACTIVE == rmContext.getHAServiceState(); return HAServiceState.ACTIVE == rmContext.getHAServiceState();
} }