1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-05-26 10:35:10 +08:00
parent 139d621824
commit f7149310e8

View File

@@ -247,7 +247,6 @@ func (pool *ResourcePool) saveStatusHistory() {
/* update node info */
func (pool *ResourcePool) update(node NodeStatus) {
log.Info("Update", node.ClientID)
pool.poolsMu.Lock()
defer pool.poolsMu.Unlock()
segID := pool.getNodePool(node.ClientID)