Files
go-common/library/net/rpc/warden/balancer/wrr/CHANGELOG.md
2019-04-22 18:49:16 +08:00

15 lines
420 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### business/warden/balancer/wrr
##### Version 1.2.1
1. 删除了netflix ribbon的权重算法改成了平方根算法
##### Version 1.2.0
1. 实现了动态计算的调度轮询算法(使用了服务端的成功率数据,替换基于本地计算的成功率数据)
##### Version 1.1.0
1. 实现了动态计算的调度轮询算法
##### Version 1.0.0
1. 实现了带权重可以识别Color的轮询算法