Commit 6bd9842b by 房斌

打印zk通知代码,方便查找问题

parent e37bf3c5
......@@ -179,7 +179,7 @@ public class DubboCustomerShutDownHook extends AbstractShutDown implements Obser
@Override
public void update(Observable o, Object arg) {
logger.info("result:" + arg);
logger.info(" zk notice result:" + arg);
synchronized (checkContent) {
check = true;
checkContent.put((String) arg, false);
......
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