Commit 8a3086ff by 房斌

打印检测但是没收到zk日志

parent 6bd9842b
......@@ -219,6 +219,7 @@ public class DubboCustomerShutDownHook extends AbstractShutDown implements Obser
} else {
if (result != null && result.size() == 0) {
content.add(" check " + url.getServiceKey() + " ok"+StringUtil.line());
logger.info("check "+url.getServiceKey()+" ok,but not received zk noticed");
}
}
return result;
......@@ -273,7 +274,7 @@ public class DubboCustomerShutDownHook extends AbstractShutDown implements Obser
}
Thread.sleep(500);//休息500毫秒
}
logger.info("checks size ip,name!!!!!",ip,name,checks.size());
logger.info("checks size ip:{},name:{},size:{}!!!!!",ip,name,checks.size());
return detail;
}
}
......
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