zonghaishang commented on issue #2514: 重启dubbo provider的时候,能否避免consumer请求的失败 URL: https://github.com/apache/incubator-dubbo/issues/2514#issuecomment-422050847 @jackzhangyk 请问你使用哪个dubbo版本? 在dubbo2.6.3+版本,优雅停机问题已经修复,处理逻辑: 1. 服务端下掉注册中心数据,客户端感知服务下线 2. 如果注册中心有延迟,会立即受到readonly事件,下次不会再掉用这台机器,当前已经调用的会处理完 我们公司内部优雅停机使用修复过的版本,已经正常运行了3个月+了,应该没有你说的问题。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
