Commit 92805fcd authored by duanjinfei's avatar duanjinfei

add conn nm seed log

parent 9cc1f79b
......@@ -23,6 +23,7 @@ func monitorNodeManagerSeed() {
if connectNmCumulativeCount == conf.GetConfig().AllowConnNmCount {
panic("Dial nm seed service client failed")
}
log.Warn("Connect nm seed service client is nil")
connectNmCumulativeCount++
continue
}
......@@ -31,6 +32,7 @@ func monitorNodeManagerSeed() {
if connectNmCumulativeCount == conf.GetConfig().AllowConnNmCount {
panic("Nm seed seed service is dealing")
}
log.WithError(err).Warn("Get manager list failed through nm seed service")
connectNmCumulativeCount++
continue
}
......
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