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
153271: changefeedccl: implement db-level changefeed EXCLUDE TABLES syntax r=andyyang890,aerfrei a=KeithCh
The syntax for EXCLUDE TABLES will be
CREATE CHANGEFEED FOR DATABASE FOO EXCLUDE TABLES fizz,buzz;
Resolves: #147423
Release note: none
153585: asim: add explanatory output to `assert` command r=tbg a=tbg
I find that I have to check my understanding on this regularly,
so perhaps this output can help understand that `balance` checks
at each point in time that stores are close together, whereas `steady`
checks that for each store, its min/max does not deviate from its mean (over time),
in other words that the metric only changes within a small band. (Which does not
imply any kind of convergence across the cluster; each store might settle on its
own value for the metric).
Epic: CRDB-49117
153667: sql: fix race in TestRollbackForeignKeyAddition r=spilchen a=spilchen
The test flaked due to canceling the wrong job. Adding a foreign key creates two jobs (one per table). But only one gets suspended. The test could mistakenly cancel the non-suspended joib, causing a failure if the job had already completed.
Now, it correctly selects the suspended job before canceling.
Fixes#153570
Release note: none
Epic: none
Co-authored-by: Keith Chow <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments