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
Previously, `MMARebalanceAdvisor` built `existingStoreSLS` during
`BuildMMARebalanceAdvisor`. This commit changes it to store only
`existingStoreID` at `BuildMMARebalanceAdvisor`, and construct the actual
`existingStoreSLS` during the first call to `IsInConflictWithMMA`. This has two
advantages: (1) `existingStoreID` is now part of the advisor struct, making it
available for logging in `IsInConflictWithMMA`; and (2) only
`IsInConflictWithMMA` needs a context for logging, which makes sense for it to
have one.
0 commit comments