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
107729: ccl/sqlproxyccl: remove ConnectivityType from tenants r=jaylim-crl a=jaylim-crl
Previously, we added a ConnectivityType to tenants with the intention of
restricting ACLs to only public or private connections. After some internal
discussions, this field seems to be redundant. Callers should just supply an
empty AllowedCIDRRanges or AllowedPrivateEndpoints field if they wanted to
restrict specific types of connections. This commit removes the unnecessary
ConnectivityType field from the tenant object.
Release note: None
Epic: none
108151: kv: deflake TestTxnCoordSenderRetries r=arulajmani a=nvanbenschoten
Fixescockroachdb#107847.
This commit deflakes `TestTxnCoordSenderRetries`, which was observed to fail if a load-based split was performed at key "ab". A split at this key had the effect of turning the "write too old in staging commit" subtest into something closer to "multi-range batch commit with write too old (err on first range)", where the transaction record and write-write conflict were on different ranges.
This commit deflakes the test by disabling load-based splits.
While diagnosing the issue, I found two easy ways to reproduce the failure which demonstrate that load-based splitting was the source of the flakiness:
- manually split at key "ab"
- sleep for 10ms between each subtest, giving load-based splitting more time
With load-based splitting disabled, the test passes under race+stress even with the 10ms pauses.
Release note: None
108205: logictest: increase lease transfer timeout for cockroach-go/testserver r=rafiss a=rafiss
Since the test stops and starts nodes, giving more time to transfer leases during shutdown should make it less flaky.
fixescockroachdb#107778
Release note: None
Co-authored-by: Jay <[email protected]>
Co-authored-by: Nathan VanBenschoten <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
0 commit comments