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

This commit is contained in:
Steve Loughran 2016-03-16 14:35:13 +00:00
parent 5a725f0ab8
commit 605fdcbb81

View File

@ -399,7 +399,7 @@ public String getName() {
}
@Override
public synchronized Configuration getConfig() {
public Configuration getConfig() {
return config;
}