You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two places in LeasActiveLoadBalance that need to be optimized.
When calculating the total weight, we use a weight that has not been processed by warmup. When multiple invokers have the same active request and weight, we use the weight of the warmup, which is not uniform.
When multiple invokers have the same active request and weight, we randomly select them by weight. There is a bug here that causes the actual randomness to not be strictly weighted.
There are two places in LeasActiveLoadBalance that need to be optimized.
The pr to fix this two problem:
#2172
The related issue:
#904
The text was updated successfully, but these errors were encountered: