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 2018/09/20 07:53:37 UTC

[GitHub] carryxyh opened a new issue #2540: Optimize least active load balance.

carryxyh opened a new issue #2540: Optimize least active load balance.
URL: https://github.com/apache/incubator-dubbo/issues/2540
 
 
   There are two places in LeasActiveLoadBalance that need to be optimized.
   1. When calculating the total weight, we use a weight that has not been processed by warmup. When multiple invokers have the same active request and weight, we use the weight of the warmup, which is not uniform.
   2. When multiple invokers have the same active request and weight, we randomly select them by weight. There is a bug here that causes the actual randomness to not be strictly weighted.
   
   The pr to fix this two problem:
   https://github.com/apache/incubator-dubbo/pull/2172
   
   The related issue:
   https://github.com/apache/incubator-dubbo/issues/904

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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