You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/03/16 05:10:11 UTC

[GitHub] [dubbo-go] williamfeng323 commented on issue #1072: 多注册中心配置优先级,主注册中心节点全部宕机后,其余注册中心节点会等待主注册中心的链接重试

williamfeng323 commented on issue #1072:
URL: https://github.com/apache/dubbo-go/issues/1072#issuecomment-799953688


   > > > 问题核心在于收到节点上下线的invker处理逻辑上是有问题的
   > > 
   > > 
   > > 我感觉这里是有坑的。因为按照我们的设计,如果你provider节点直接下线,那么consumer应该是直接清理了本地的provider列表,连重试都不会。
   > > 也就是说,可能是最后一个provider下线的时候,我们并没有做判断,说是不是这个配置中心提供的服务节点全部下线了,然后直接切换。问题可能是在这里。
   > 
   > 是的,主要问题在这
   
   总结一下,所以问题不是需要改变注册中心的重试机制,而是需要在某注册中心下的服务下线时需要帮助consumer可以直接切换到在另外的注册中心注册的对等服务,对吗?


----------------------------------------------------------------
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.

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