howie-xu opened a new issue, #14406:
URL: https://github.com/apache/dubbo/issues/14406

   ### Pre-check
   
   - [X] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar feature requirement.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Descriptions
   
   LeastActiveLoadBalance 中先筛选最小连接数,在最小连接数筛选出的实例数量大于 1 
之后再利用权重进行随机选择,这个设计感觉不太合理,并且 warmup 
功能其实并没有多少效果(重启、扩容的一批实例仍然会突然涌入大量请求)。能不能在最小连接筛选阶段就把权重真实使用起来,比如通过 active * 
afterWarmup 判断 leastActive ?
   
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to