1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00
This commit is contained in:
2020-05-03 23:49:07 +08:00
parent 7b253641b6
commit 742ea0c0d4

View File

@@ -520,7 +520,8 @@ func (scheduler *SchedulerFair) AcquireResource(job Job, task Task, nodes []Node
log.Info("allocatingGPU is ", scheduler.allocatingGPU) log.Info("allocatingGPU is ", scheduler.allocatingGPU)
} }
for _, lock := range locks { for segID, lock := range locks {
log.Info("Unlock ", segID)
lock.Unlock() lock.Unlock()
} }