Jeff-Lv commented on issue #2421: roundrobin 负载不均衡问题 URL: https://github.com/apache/incubator-dubbo/issues/2421#issuecomment-421203694 Actually, Dubbo takes 10 minutes during the warming of the provider, and during the warmup minutes, the load to this provider is inceasely up, so this appears some unbalances as you see. but after the warmup, it will be balanced. BTW, if you have no special requirement, recommend you to use random strategy because of its simplicity and efficient compared to the RR‘s states calcuations. this issue can be closed.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
