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
108039: sqlproxyccl: fix non-auth error causing throttle r=darinpp a=darinpp
Currently an error that occurs after a successful authentication but before the SQL server is ready to serve queries is considered an authentication failure and causes a throttle. In the cases where the connections are limited (due to usage limits) this causes blocks and prevents the clients to connect. This PR fixes the issue by not considering errors that came after the authentication was successful as conditions to throttle.
Fixes: https://cockroachlabs.atlassian.net/browse/CC-25314
Release note: None
108296: go.mod: bump Pebble to 40d3f411e45b r=RaduBerinde a=RaduBerinde
40d3f411 pebble: expose the secondary cache size as an option
077c3e8b ci: use any 1.20 go version
ff9402f0 Makefile: add testcoverage target
7e548be8 db: log flushed memtables in-memory size
83c9361c pebble: Collect Pebble Key Statistics
fe0ea048 manifest: Added Virtual SSTable Metadata Bounds Checking
42d81d23 internal/rangekey: remove ForeignSSTTransformer
9c487492 *: simplify pointCollapsingIter, use vanilla iters for foreign SSTs
5e7f8852 db: introduce Download API
Release note: None
Epic: none
Co-authored-by: Darin Peshev <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
0 commit comments