AsperforMias commented on issue #3468:
URL: https://github.com/apache/dubbo-go/issues/3468#issuecomment-4902105109

   非常感谢您的反馈!!
   
   判断基本ok,应该能算高危生产可用缺陷。特定滚动发布或 provider IP 变化场景下,consumer 可能残留已下线 provider 
地址,导致请求路由到不可用实例并产生调用失败或超时。**将会建议使用相关版本的用户尽快升级到修复版本!** 我们将尽快处理该问题并发布修复
   
   影响范围:dubbo-go 使用 Nacos interface-level registry 的consumer,版本自 v3.0.5 起至现在,包括 
v3.3.0、v3.3.1、v3.3.2-20260419(release latest) 。在v3.0.5之前,还没有 
`LoadSubscribeInstances` 这一启动预加载机制
   
   触发条件:消费者启动时通过 LoadSubscribeInstances 预加载 provider,随后 Nacos listener 收到 
provider 变更推送;在 k8s 滚动发布、provider IP 变化、Nacos 2.5.x 推送全量新实例列表等场景下,旧 provider 
可能未被及时删除
   
   已确认dubbo java无相似缺陷(3.0.0~3.3.5 都是全量 `notifySubscriber`路径,没有用 listener 本地 
instanceMap 的增量diff路径)


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