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