YARN-4593 Deadlock in AbstractService.getConfig() (stevel)
This commit is contained in:
parent
5a725f0ab8
commit
605fdcbb81
|
@ -399,7 +399,7 @@ public abstract class AbstractService implements Service {
|
|||
}
|
||||
|
||||
@Override
|
||||
public synchronized Configuration getConfig() {
|
||||
public Configuration getConfig() {
|
||||
return config;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue