dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal EN: Dubbo has some built-in thread pools, some...
dubbo版本: 3.0.12 现象: 多注册中心的情况下, 走到ZoneAwareClusterInvoker时未挑选出符合策略的注册中心,默认选取第一个。 如果没有注册中心可用, 看到已经在之前被修复了[#11046 ](https://github.com/apache/dubbo/pull/11046)。 但是此时注册中心是正常的且只有一个Reference会出现此问题,其他机器以及其他Reference均正常, 重启或者切换订阅级别至 FORCE_INTERFACE 即可恢复正常 初步排查结果: 该Reference下游从dubbo3.x 回退版本至dubbo2.x 此时两个注册中心均在invokersToReconnect内 且 MigrationInvoker内 CurrentAvailableInvoker(即ServiceDiscoveryRegistryDirectory为 UnAvailable状态), Invoker为Avaliable状态. 请问该问题是否和 #10925 此commit有关系?
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal En: The metadata center is a data center...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this...
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal En:At present, what is lacking in request tracking...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal En:There may be some exceptions in the...
- [ ] 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.0 * Operating System version: windows10...
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe...
一: 环境: springboot版本dubbo 3.1.3 / naocs 2.0.3 二: maven依赖如下: ``` org.apache.dubbo dubbo-spring-boot-starter 3.1.3 org.apache.dubbo dubbo-configcenter-nacos 3.1.3 com.alibaba.nacos nacos-client 2.0.3 ``` 三: 项目启动的配置文件: ``` dubbo: config-center: address: nacos://127.0.0.1:8848 group: dubbo namespace:...