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
144014: sql: ensure correct cursor closing behavior r=yuzefovich a=DrewKimball
This commit adds cleanup logic so that the container for a persisted cursor is closed if executing the cursor's query resulted in an error. The closing logic is also modified to correctly roll back all cursors in the even of an error during closing.
Fixes#142114
Release note: None
144068: roachtest: fix follower-reads/survival=region r=fqazi a=fqazi
Previously, this test allocated 6 nodes: 3 in us-east1, 2 in us-west1, and 1 in europe-west2. When using survival regions, we would have 5 replicas and 2 would be allowed to be virtually anywhere without constraints. However, this proved problematic in serverless environments, as the additional regions could fall outside the user's configured regions. We later modified this logic to use the same constraints as super regions, which now forces one region to have more replicas. This patch adjusts the test so that the Europe region has one more replica to account for this logic.
Fixes: #143333Fixes: #143199
Release note: None
Co-authored-by: Drew Kimball <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments