Skip to content

Commit

Permalink
Update load-balance.md (#2770)
Browse files Browse the repository at this point in the history
有句话有两个连着的过程,重复了,删了一个。哈哈哈哈哈。
  • Loading branch information
huamus committed Jul 14, 2023
1 parent fd0fd76 commit 80c08bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/overview/core-features/load-balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ weight: 3
* **加权轮询**,按公约后的权重设置轮询比率,循环调用节点
* 缺点:同样存在慢的提供者累积请求的问题。

加权轮询过程过程中,如果某节点权重过大,会存在某段时间内调用过于集中的问题。
加权轮询过程中,如果某节点权重过大,会存在某段时间内调用过于集中的问题。
例如 ABC 三节点有如下权重:`{A: 3, B: 2, C: 1}`
那么按照最原始的轮询算法,调用过程将变成:`A A A B B C`

Expand Down

0 comments on commit 80c08bd

Please sign in to comment.