startjava opened a new issue #8820: URL: https://github.com/apache/dubbo/issues/8820
LeastActiveLoadBalance缺点是如果有一台性能非常差的服务器,则性能最好的服务器将会到达极限, https://github.com/apache/dubbo/pull/6064 那为什么使用ShortestResponseLoadBalance最短时间就解决这个问题了呢? 最短时间不也是类似于LeastActiveLoadBalance比较数字大小这类算法嘛, 内部是什么原理呢?感谢 @Augustvic -- 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]
