PHP
·
发表于 5年以前
·
阅读量:8293
_, _, ch, err := m.ZkConn.ChildrenW(node)
if err != nil {
x := fmt.Sprintf("%s", err)
if strings.Contains(x, "node does not exist"){
log.Error(fmt.Sprintf("node %s error: %s", m.tcpMonTaskNode, x))
return
}
panic(err)
}