peopleone commented on issue #10484:
URL: https://github.com/apache/dubbo/issues/10484#issuecomment-1866540408

   > > consumer
   > 
   > 我们这边dubbo2.x的最新版本,再k8s 
provider滚动重启的情况下consumer依然有概率(比较偶发)会一直连老的ip调用服务,导致服务调用失败,而且这个报错会一直持续无法恢复。
   > 
   > 这个问题跟ReconnectTimerTask那个重连老ip还不一样,那个顶多是心跳失败,不影响业务调用,我碰到的问题直接影响到业务调用。
   > 
   > 请问各位该怎么解决啊,生产环境也不可能经常去重启consumer服务。
   
   我们生产近期也出现了类似问题,consumer收到了provider变更的notify,并有close netty channel,但是仍然使用old 
provider ip去调用服务,报错几次后在无notify url的情况下又恢复正常了


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