mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update
This commit is contained in:
parent
beab442f36
commit
cbd9e3af89
@ -986,7 +986,9 @@ func (pool *ResourcePool) doAcquireResource(job Job) []NodeStatus {
|
|||||||
|
|
||||||
if cnt != len(job.Tasks) {
|
if cnt != len(job.Tasks) {
|
||||||
log.Warn("Allocation is invalid")
|
log.Warn("Allocation is invalid")
|
||||||
log.Warn(cnt, job.Tasks, allocation.TasksOnNode)
|
log.Warn(cnt, len(job.Tasks))
|
||||||
|
log.Warn(job.Tasks)
|
||||||
|
log.Warn(allocation.TasksOnNode)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user