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
148617: changefeedccl: fix job progress checkpoint fields invariant violation r=asg0451 a=andyyang890
Fixes#148560Fixes#148620
---
**changefeedccl: avoid creating checkpoint string all the time**
This patch modifies the changefeed job progress saving code so that
we only create a string for a span-level checkpoint when we actually
need it for logging.
Release note: None
---
**changefeedccl: fix job progress checkpoint fields invariant violation**
Release note (bug fix): A bug where a changefeed that was created before
v25.2 could fail after upgrading to v25.2 with the error message
`both legacy and current checkpoint set on change aggregator spec`
has now been fixed.
148782: storage: add blob-rewrite compaction cluster settings r=jbowens a=jbowens
Add two new cluster settings for configuring blob-rewrite compactions.
Epic: CRDB-20379
Release note: None
Co-authored-by: Andy Yang <[email protected]>
Co-authored-by: Jackson Owens <[email protected]>
0 commit comments