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
155033: asim: use kvserver.LoadBasedRebalancingObjective r=wenyihu6 a=wenyihu6
Previously, LBRebalancingObjective was part of the simulation settings, using
QPS as the load rebalance objective. However, the cluster setting
kvserver.LoadBasedRebalancingObjective defaults to CPU rebalancing instead. This
commit updates asim to rely on the cluster setting, adopting the default cluster
setting configuration.
Epic: CRDB-55052
Release note: none
Resolves: #154512
156594: backup: test adding/dropping database in cluster backup and restore r=jeffswenson a=msbutler
Epic: None
Release note: none
156876: rttanalysis: deflake BenchmarkJobs r=rafiss a=rafiss
The benchmark started failing since the code doesn't handle a nil table descriptor. The fix is to create a dummy descriptor in the job payload details.
fixes#151302
Release note: None
156935: logical: enable crud writer by default r=jeffswenson a=jeffswenson
This change enables the crud writer by default for IMMEDIATE and VALIDATED mode LDR jobs.
Release note: LDR now supports partial indexes and is tolerant of mismatched column ids in the source and destination tables.
Epic: CRDB-51533
156942: server: make mma Allocator calls more visible r=wenyihu6 a=tbg
They were kind of hidden before, and it has been
tripping me up every now and then for a while.
The problem was that NewAllocatorState returns
a private struct directly, so a bunch of the
calls later in the method do not show up when
you look at the call hierarchy for the Allocator
interface. This is now fixed.
Epic: CRDB-55052.
156943: workflow: backport stale action should mark PRs stale after 14 days r=RaduBerinde a=rail
Previously, the backport stale action marked PRs as stale after 21 days of inactivity. This change updates the configuration to mark PRs as stale after 14 days of inactivity, ensuring that stale backport PRs are identified and addressed more promptly.
Epic: none
Release note: none
Co-authored-by: wenyihu6 <wenyi@cockroachlabs.com>
Co-authored-by: Michael Butler <butler@cockroachlabs.com>
Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
Co-authored-by: Jeff Swenson <jeffswenson@betterthannull.com>
Co-authored-by: Tobias Grieger <tobias.b.grieger@gmail.com>
Co-authored-by: Rail Aliiev <rail@iqchoice.com>
0 commit comments