mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-12 23:36:44 +00:00
update
This commit is contained in:
@@ -520,7 +520,8 @@ func (scheduler *SchedulerFair) AcquireResource(job Job, task Task, nodes []Node
|
||||
log.Info("allocatingGPU is ", scheduler.allocatingGPU)
|
||||
}
|
||||
|
||||
for _, lock := range locks {
|
||||
for segID, lock := range locks {
|
||||
log.Info("Unlock ", segID)
|
||||
lock.Unlock()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user