1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 16:16:44 +00:00
This commit is contained in:
2020-06-10 23:55:50 +08:00
parent 3c7d28165f
commit 733d28f577
3 changed files with 6 additions and 5 deletions

View File

@@ -160,6 +160,7 @@ func (pool *ResourcePool) init(conf Configuration) {
}
pool.batchAllocations[task.Job] = append(pool.batchAllocations[task.Job], nodes[i])
}
//bug
}
pool.batchJobs = left
pool.batchMu.Unlock()