You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/22 09:14:21 UTC

[GitHub] [dubbo] yangzan0816 commented on issue #8848: 为什么LoadbalanceRules.ROUND_ROBIN要使用nginx的算法

yangzan0816 commented on issue #8848:
URL: https://github.com/apache/dubbo/issues/8848#issuecomment-924738267


   ![image](https://user-images.githubusercontent.com/23078733/134315303-020c510b-1b6b-4aa6-b5f1-8f6424702078.png)
   你问的是这个么,
   本质上是为了平滑加权,如果在量级过大的情况下,可能导致普通轮询中的某一节点被请求击溃,参照nginx的轮询算法可以让请求平均但不连续的打到某一个节点,
   可以参照下这篇文章的解释
   https://www.jianshu.com/p/a6ac80111b9f


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org