爷的眼睛闪亮
insideDotNet En_summerGarden
摘要: <!-- reference method --> <dubbo:reference interface="com.xx.XxxService"> <dubbo:method name="findXxx" timeout="1000"></dubbo:method> </dubbo:referenc 阅读全文
posted @ 2018-01-24 18:16 爷的眼睛闪亮 阅读(625) 评论(0) 推荐(0)
摘要: 方案一: 重启dubbo连接 zookeeper 方案二: 经压测,greys跟踪得知,是dubbo的monitor的问题。主要超时的方法是dubbo的getIP方法,monitor每次收集数据的时候都要根据域名获取zk的IP,这一步耗时很长。 public String getIp() { if 阅读全文
posted @ 2018-01-24 11:16 爷的眼睛闪亮 阅读(1004) 评论(0) 推荐(0)