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
153975: changefeedccl: add progress skew metrics r=KeithCh,asg0451 a=andyyang890
This patch adds two new changefeed metrics for tracking the max skew
between a changefeed's slowest and fastest span/table. The metrics are
gauge metrics with the names `changefeed.progress_skew.{span,table}`.
Fixes#153170
Release note (ops change): Two new changefeed metrics for tracking
the max skew between a changefeed's slowest and fastest span/table
have been added. The metrics are gauge metrics with the names
`changefeed.progress_skew.{span,table}`.
---
Some example graphs from running `cdc/frontier-persistence-benchmark/interval=5s/tables=10000/ranges=1`:
**Per-table tracking off**
<img width="2450" height="556" alt="image" src="https://github.com/user-attachments/assets/ac7b6a86-d154-4e15-b37f-b88398185341" />
**Per-table tracking on**
<img width="2438" height="564" alt="image" src="https://github.com/user-attachments/assets/cebd5f18-0fcd-43d4-849d-bf42b7256db8" />
154019: sql: add virtual view for inspect errors r=bghal a=bghal
The delegated `SHOW INSPECT ERRORS` (from #153727) will use this virtual
view to read the `system.inspect_errors` table which is otherwise
restricted to admins.
Part of: #148287
Epic: CRDB-30356
Release note: None
154107: oidcccl: Upgrade go-oidc dependency from v2 to v3 r=sanchit-CRL a=sanchit-CRL
* go-oidc had a reported CVE from an indirect dependency gopkg.in/square/go-jose.v2-v2.5.1
* Upgrading from v2 to v3 of the go-oidc package resolves the CVE as this indirectly
upgrades go-jose from v2 to v4.
Epic: CRDB-54547
Co-authored-by: Andy Yang <[email protected]>
Co-authored-by: Brendan Gerrity <[email protected]>
Co-authored-by: Sanchit Khanna <[email protected]>
0 commit comments