mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-13 07:46:43 +00:00
update
This commit is contained in:
@@ -362,6 +362,7 @@ func (pool *ResourcePool) scaleSeg(seg *PoolSeg) {
|
||||
for _, id := range segIDs {
|
||||
pool.pools[id].Lock.Lock()
|
||||
}
|
||||
log.Println(segIDs)
|
||||
|
||||
/* update Next */
|
||||
for cur := pre; cur.ID != candidate.ID; {
|
||||
|
||||
Reference in New Issue
Block a user