aillamsun opened a new issue, #13511: URL: https://github.com/apache/dubbo/issues/13511
<!-- 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.2.0 * Operating System version: k8s pod容器 * Java version: 1.8 * 注册中心: nacos2.x (华为云实例) ### Steps to reproduce this issue A -> B 1. 代码无任何,点击pod(个数>1)重启(服务B) 2. 然后出现A服务RPC请求B 服务失败 3. 然后在重启服务B,服务A请求服务B正常 Pls. provide [GitHub address] to reproduce this issue. ### Expected Behavior <!-- What do you expect from the above steps?--> ### Actual Behavior <!-- What actually happens? --> If there is an exception, please attach the exception trace: #### 启动日志发现警告log如下: ```java dubbo version: 3.2.0, current host: 10.95.19.65, error code: 2-12. This may be caused by condition router get providerApplication is empty, will not subscribe to provider app rules., go to https://dubbo.apache.org/faq/2/12 to find instructions. ``` #### 请求调用错误日志如下: ```java org.apache.dubbo.remoting.RemotingException: client(url: dubbo://10.95.14.154:20880/com.sinr.business.facade.BizMerchantCustomConfigFacadeService?anyhost=true&application=dubbo-mobile-consumer&background=false&category=providers,configurators,routers&check=false&codec=dubbo&delay=-1&deprecated=false&dubbo=2.0.2&dynamic=true&executor-management-mode=isolation&file-cache=true&generic=false&group=usercenter-k8s&heartbeat=60000&interface=com.sinoiov.usercenter.business.facade.BizMerchantCustomConfigFacadeService&loadbalance=roundrobin&logger=log4j2&methods=queryMerchantCustomConfigByCode,queryMerchantCustomConfigByCodeAndKey&path=com.si.business.facade.BizMerchantCustomConfigFacadeService&pid=20&prefer.serialization=fastjson2,hessian2&protocol=dubbo&qos.enable=true&release=3.2.0&retries=0&revision=2.0.1&service-name-mapping=true&service.filter=traceFilter&side=consumer&sticky=false&timeout=30000×tamp=1702460530573&unloadClusterRelated=false) failed to connect to server /10.95.14. 154:20880 client-side timeout 3000ms (elapsed: 3000ms) from netty client 10.95.9.125 using dubbo version 3.2.0 ``` -- 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]
