mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
优化验证重复安装服务
This commit is contained in:
@@ -100,7 +100,7 @@ func (cls *Cluster) serviceDiscoverySetNodeInfo (nodeInfo *NodeInfo){
|
||||
log.Error("Bad duplicate Service Cfg.")
|
||||
continue
|
||||
}
|
||||
|
||||
mapDuplicate[serviceName] = nil
|
||||
cls.mapServiceNode[serviceName] = append(cls.mapServiceNode[serviceName],nodeInfo.NodeId)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user