|
@@ -415,7 +415,7 @@ public abstract class AbstractReservationSystem extends AbstractService
|
|
minAllocation, maxAllocation, planQueueName,
|
|
minAllocation, maxAllocation, planQueueName,
|
|
getReplanner(planQueuePath), getReservationSchedulerConfiguration()
|
|
getReplanner(planQueuePath), getReservationSchedulerConfiguration()
|
|
.getMoveOnExpiry(planQueuePath), rmContext);
|
|
.getMoveOnExpiry(planQueuePath), rmContext);
|
|
- LOG.info("Intialized plan {} based on reservable queue {}",
|
|
|
|
|
|
+ LOG.info("Initialized plan {} based on reservable queue {}",
|
|
plan.toString(), planQueueName);
|
|
plan.toString(), planQueueName);
|
|
return plan;
|
|
return plan;
|
|
}
|
|
}
|