You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "brucelwl (GitHub)" <gi...@apache.org> on 2020/01/17 09:32:58 UTC

[GitHub] [dubbo] brucelwl opened issue #5684: dubbo2.7.5多注册中心负载,可能使用错误的weight参数

### Environment

* Dubbo version: 2.7.5
* Operating System version: win10
* Java version: 1.8

### Steps to reproduce this issue
1、多个注册中心集群时,注册中心选择负载策略和 服务负载策略使用的同一个RandomLoadBalance,
但是关于Weight参数的选用也是用的同一个,
2、如果在服务provider端设置了 服务权重weight参数,在多注册中心之间负载使用的 weight 同样使用的是 服务provider端的值。这是不合理的。
3、建议将多注册中心间的负载和服务负载分开

![image](https://user-images.githubusercontent.com/13413715/72600763-386ba600-394f-11ea-98dd-0d6e03d5d5c1.png)




[ Full content available at: https://github.com/apache/dubbo/issues/5684 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org