Commit 029efb42 authored by vicotor's avatar vicotor

update

parent b90c22d8
......@@ -521,9 +521,9 @@ func (wm *WorkerManager) handleWorkerMsg(worker *Worker) {
"worker-addr": worker.workerAddr,
}).Infof("receive worker resource map:%v", msg.ResourceMap)
if !worker.registed {
continue
}
//if !worker.registed {
// continue
//}
worker.info.resourceInfo = msg.ResourceMap
wm.UpdateWorkerResourceInfo(worker, msg.ResourceMap.ResourceMap)
wm.UpdateWorkerBootedResourceInfo(worker, msg.ResourceMap.BootupMap)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment