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
148514: roachprod: gc ibm cloud r=DarrylWong,herkolategan a=golgeek
The roachprod GC job had not been updated since we started running automated tests on IBM Cloud. This patch updates the job to the latest release and makes it aware of IBM Cloud credentials.
Epic: CRDB-21133Fixes: #143789
Release note: None
148914: sql/ttl: centralize row-level TTL progress updates at coordinator r=spilchen a=spilchen
Previously, each processor in a row-level TTL job directly updated job progress, leading to fan-out issues in large clusters and performance hits during restarts when many spans had no expired rows. Gating logic was previously added to mitigate this.
This change delegates all progress updates to the coordinator. Each processor now sends its progress to the coordinator, which performs the job progress update. The original gating logic remains but is now enforced by the coordinator.
Closes: #135227
Epic: none
Release note: none
149784: cli/debug: strip comments in statement bundle env.sql file r=mgartner a=mgartner
SQL comments in statement bundle `env.sql` files are now ignored with
the `cockroach debug sb recreate` command.
Release note: None
149820: opt: fix sysbench-update-non-index benchmark r=mgartner a=mgartner
The `sysbench-update-non-index` optimizer benchmark would previously
fail with the error `variable sub-expressions are not allowed in...`
because the placeholder string value was not correctly quoted. This has
been fixed.
Release note: None
Co-authored-by: Ludovic Leroux <[email protected]>
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: Marcus Gartner <[email protected]>
0 commit comments