You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "fawks96 (via GitHub)" <gi...@apache.org> on 2023/05/24 06:33:38 UTC

[GitHub] [dubbo] fawks96 commented on issue #11310: Dubbo3.1.2经常找不到服务的提供者

fawks96 commented on issue #11310:
URL: https://github.com/apache/dubbo/issues/11310#issuecomment-1560530046

   > 
   
   
   
   > > dubbo 都升级了多少个版本了,还是依然有各种No provider出现,尤其是部署在k8s容器中的服务,基本上都是nacos注册中心没有问题,而是dubbo的调用端有问题,能不能提供一个重拉的配置,只要调用出现No provide就去注册中心重拉一下服务列表,是不是能解决问题,虽然不优雅但有效
   > 
   > 1. No provider 是一个综合性的问题,服务端没有正常启动,注册中心推送有没有延迟,消费端是否建连成功等都会影响
   > 2. Nacos 在低版本确实会有存在推送丢失的情况,但是这个在 [[3.0] Fix Nacos aggregate listen #10468](https://github.com/apache/dubbo/pull/10468) 中已经修复,如果使用最新的 3.1.6 版本还有问题请提交 issue
   > 3. 在 3.x 中,我们已经添加了许多注册中心相关的日志,请正确配置 dubbo 的 logger 输出,在出现 No provider 的时候可以通过往前的 Dubbo 日志判断地址推送情况(如果无法判断可以在 issue 中一并附上,如果涉及数据不方便在 issue 发也可以直接发我邮箱)
   > 4. 最近 Dubbo 社区会就 No Provider、Timeout 等问题专门提供排查文档,预计二月底上线
   
   您好,关于您在第二点提到的nacos可能存在推送丢失问题,方便看下我的这个case是否可能是这个原因导致的呢?就是nacos把provider的ip推给dubbo了,但是这个推送丢失了。
   https://github.com/apache/dubbo/issues/12390
   谢谢


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org