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
153745: concurrency: make the lock table limit configurable and add metrics r=stevendanna a=arulajmani
See individual commits for details.
154541: unsafesql: avoid panicking during query formatting r=angles-n-daemons a=angles-n-daemons
Part of the effort to guard access to the crdb_internal and system namespaces includes auditing override access (and denied access) to these unsafe internals. Included in this audit is the offending query which attempted to pry into these namespaces.
In multiple locations however, this auditing caused the system to panic, for different reasons. In one case, an incorrect number of annotations on the query caused a panic. Another included a plan builder which had no associated statement.
We see the process of going from plan -> query as a difficult one, and thus guard this attempt to audit these accesses in a blanket panic catcher, as it's not common that this will happen, and when it does we don't want the system to wholesale fail the query.
Fixes: #153590 Epic: CRDB-24527
Release note: none
154740: go.mod: bump Pebble to 0ac45a74e10a r=RaduBerinde a=RaduBerinde
Changes:
* [`0ac45a74`](cockroachdb/pebble@0ac45a74) metrics: fix TestMetrics flake
* [`98c989b1`](cockroachdb/pebble@98c989b1) metamorphic: fix bug in suffix generation when prefix == startPrefix
* [`d37d2f4b`](cockroachdb/pebble@d37d2f4b) pebble: materialize virtual tables only if backing contains >= 30% garbage
Release note: none.
Epic: none.
154877: roachtest/pg_regress: accept recent diff r=yuzefovich a=yuzefovich
Fixes: #154808.
Release note: None
154880: dev-inf: Add Vertex AI environment variables to Claude Code action r=rickystewart a=ajstorm
The Claude Code action requires ANTHROPIC_VERTEX_PROJECT_ID and
CLOUD_ML_REGION to be set when using Vertex AI. Added these
environment variables to all four action steps.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Arul Ajmani <[email protected]>
Co-authored-by: Brian Dillmann <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
Co-authored-by: Adam Storm <[email protected]>
0 commit comments