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-26 08:17:25 +08:00
parent 8129d46121
commit f9c95cebcb
2 changed files with 1 additions and 2 deletions

View File

@@ -67,6 +67,5 @@ func (collector *Collector) init(conf Configuration) {
}
collector.wg.Wait()
consumer.Close()
log.Warn("Collector exited")
}()
}

View File

@@ -366,7 +366,7 @@ func (pool *ResourcePool) scaleSeg(seg *PoolSeg) {
for _, id := range segIDs {
pool.pools[id].Lock.Lock()
}
log.Println(segIDs)
//log.Println(segIDs)
/* update Next */
for i := 0; ; i++ {