YARN-4593 Deadlock in AbstractService.getConfig() (stevel)

This commit is contained in:
Steve Loughran 2016-03-16 14:35:13 +00:00
parent 1463400aad
commit 186a7c6bb3
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ public abstract class AbstractService implements Service {
}
@Override
public synchronized Configuration getConfig() {
public Configuration getConfig() {
return config;
}