|
@@ -733,7 +733,7 @@ public abstract class AbstractCSQueue implements CSQueue {
|
|
|
} else {
|
|
|
if (configuredState == QueueState.RUNNING) {
|
|
|
try {
|
|
|
- activeQueue();
|
|
|
+ activateQueue();
|
|
|
} catch (YarnException ex) {
|
|
|
throw new IllegalArgumentException(ex.getMessage());
|
|
|
}
|
|
@@ -1322,7 +1322,7 @@ public abstract class AbstractCSQueue implements CSQueue {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public void activeQueue() throws YarnException {
|
|
|
+ public void activateQueue() throws YarnException {
|
|
|
this.writeLock.lock();
|
|
|
try {
|
|
|
if (getState() == QueueState.RUNNING) {
|