Commit 6bd9842b by 房斌

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

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