linjianming02 opened a new issue, #11713: URL: https://github.com/apache/dubbo/issues/11713
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 3.1.7 * Operating System version: xxx * Java version: jdk1.8 ### Steps to reproduce this issue 1. 将consumer和provider同时从2.7.9升级到3.1.7。此时业务正常。 2. 将provider回滚到2.7.9。此时consumer端出现报错。   3. 这里的服务部署是通过容器部署的,并且每次重新部署ip地址会重新变更。报错日志的ip地址在对应provider已经找不到了。说明这里调用的地址是曾经provider的地址。 所以我初步怀疑是不是哪里缓存的地址没有更新导致的。 -- 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]
