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/06 08:27:33 UTC

[GitHub] carryxyh closed pull request #41: LeastActive tips.

carryxyh closed pull request #41: LeastActive tips.
URL: https://github.com/apache/incubator-dubbo-docs/pull/41
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dubbo-user-book/demos/loadbalance.md b/dubbo-user-book/demos/loadbalance.md
index 513b327..248f014 100644
--- a/dubbo-user-book/demos/loadbalance.md
+++ b/dubbo-user-book/demos/loadbalance.md
@@ -20,6 +20,7 @@
 
 * **最少活跃调用数**,相同活跃数的随机,活跃数指调用前后计数差。
 * 使慢的提供者收到更少请求,因为越慢的提供者的调用前后计数差会越大。
+* **注意**:LeastActive策略会**优先考虑最少活跃调用数**,**其次考虑预热**。即如果新增一个设置了预热的服务,那么在启动后的一段时间里,请求会更多的落到这个设置了预热的服务上,会和预热的概念有一些冲突。
 
 ### ConsistentHash LoadBalance
 


 

----------------------------------------------------------------
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