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
What Needs to be Done?
The decision to do load-balancing in the tempered algorithm is currently constrained by hard-code minimum bound on average load (set at 1e-10).
Is your feature request related to a problem? Please describe.
There are no first principles justifying this and this could also result in incorrect decisions.
For example, object loads could be very small and result in a balance smaller (on average) than this hard-coded value -- while imbalance would nevertheless be high and warrant LB triggering.
Describe potential solution outcome
A replacement of this hard-coded value using first principles should be thought of, and implemented.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
What Needs to be Done?
The decision to do load-balancing in the tempered algorithm is currently constrained by hard-code minimum bound on average load (set at 1e-10).
Is your feature request related to a problem? Please describe.
There are no first principles justifying this and this could also result in incorrect decisions.
For example, object loads could be very small and result in a balance smaller (on average) than this hard-coded value -- while imbalance would nevertheless be high and warrant LB triggering.
Describe potential solution outcome
A replacement of this hard-coded value using first principles should be thought of, and implemented.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: