YARN-4593 Deadlock in AbstractService.getConfig() (stevel)
This commit is contained in:
parent
1463400aad
commit
186a7c6bb3
|
@ -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