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
153989: roachtest: add variations of c2c/bulk with diff settings r=dt a=dt
We may linger in a place where we tell some customers to customize non-public
cluster settings to optimize for certain characteristics (pcr lag vs bulk op perf)
until we can develop a better set of default behaviors. While we're in this state,
we should test some of the more common configs we think we might recommend, even though
these will still be custom configs, recommended on case-by-case basis.
Release note: none.
Epic: none.
154275: util/intsets: fix outdated comment r=mgartner a=mgartner
Release note: None
154435: allocatorimpl: remove alwaysAllowDecisionWithoutStats r=tbg a=wenyihu6
Previously, we called TransferLeaseTarget with alwaysAllowDecisionWithoutStats,
but it was only relevant when the lease transfer goal was
allocator.FollowTheWorkload. The only case where we passed true for
alwaysAllowDecisionWithoutStats was from storeRebalancer.chooseLeaseToTransfer,
where opt.Goal was set to allocator.LoadConvergence. This commit removes it
since it is unclear whether flag was useful.
Epic: none
Release note: none
Co-authored-by: David Taylor <[email protected]>
Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: wenyihu6 <[email protected]>
0 commit comments