YARN-1082. Addendum patch.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1516353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arun Murthy 2013-08-22 01:20:18 +00:00
parent 693146983e
commit 6b9ebac35b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class FileSystemRMStateStore extends RMStateStore {
}
@Override
protected void startInternal() throws Exception {
protected synchronized void startInternal() throws Exception {
// create filesystem only now, as part of service-start. By this time, RM is
// authenticated with kerberos so we are good to create a file-system
// handle.