1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-13 07:46:43 +00:00
This commit is contained in:
2020-05-25 21:53:20 +08:00
parent 35aa64491e
commit 4cd2c701f6

View File

@@ -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; {