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
Today, the planRebalance function relies on Object#keys to maintain the preference order of the backend keys in the connection map, inSpares. Pools and sets should instead pass an extra of backend keys explicitly ordered by preference.
Today, the
planRebalancefunction relies onObject#keysto maintain the preference order of the backend keys in the connection map,inSpares. Pools and sets should instead pass an extra of backend keys explicitly ordered by preference.