wangly0122 opened a new issue #8575: URL: https://github.com/apache/dubbo/issues/8575
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.0.2 * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. xxx 2. xxx 3. xxx Pls. provide [GitHub address] to reproduce this issue. ### Expected Result What do you expected from the above steps? ### Actual Result What actually happens? 1. 在k8s 启动 consumer, 2. 在k8s 启动provider, 如ip为10.233.87.181 当provider 挂掉重启后, ip变为为10.233.68.188, consumer 本地缓存的服务列表 provider仍然为10.233.87.181, 这样每次provider重启后,consumer不得不一起重启 问题: consumer本地缓存的服务列表为啥不更新,比如有个心跳检测机制,剔除那些挂掉的节点,从而刷新consumer本地的服务列表 ``` Just put your stack trace here! ``` -- 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]
