Robin1987China opened a new issue, #14230:
URL: https://github.com/apache/dubbo/issues/14230

   ### 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 SPI Extensions (apache/dubbo-spi-extensions)
   
   ### Descriptions
   
   
负载均衡算法(loadBalance)是服务治理框架的核心,dubbo默认是走轮询算法-roundrobin,它也是当前用dubbo的业务系统优先选择并且使用最多的算法,不过每一种算法都有其适用范围或者说局限性;它就是没有考虑provode端节某节点出现error情况及相应的性能问题;SelfAdaptionLoadBablance自适应负载均衡算法会在特定的时间窗口内计算每一次客户端调用Provide的错误率及性能耗时,动态调整Provide节点的调用权重,以达到提升性能和降低错误率;
   
   ### Related issues
   
   
负载均衡算法(loadBalance)是服务治理框架的核心,dubbo默认是走轮询算法-roundrobin,它也是当前用dubbo的业务系统优先选择并且使用最多的算法,不过每一种算法都有其适用范围或者说局限性;它就是没有考虑provode端节某节点出现error情况及相应的性能问题;SelfAdaptionLoadBablance自适应负载均衡算法会在特定的时间窗口内计算每一次客户端调用Provide的错误率及性能耗时,动态调整Provide节点的调用权重,以达到提升性能和降低错误率;
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [X] 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: notifications-unsubscr...@dubbo.apache.org.apache.org

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


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

Reply via email to