Quison commented on issue #13707:
URL: https://github.com/apache/dubbo/issues/13707#issuecomment-3494618142

   这个问题我遇到了,我们的情况是这样的:
   1. 我们之前由于网络原因,使用了直连方式调用,后面因为负载原因,使用了阿里云的负载均衡(SLB);
   2. 
SLB有个存活检测,导致一秒钟调用一次20880接口,dubbo2.x的时候没有报错,dubbo升级到3.x的时候,这个就会报,原因应该是数据协议不兼容导致的
   3. 解决方法:使用正常的注册中心调度即可,也可以关闭存活检测、或者存活检测22222端口,甚至可以单独开发一个接口专门用于存活检测。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to