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
108121: sql: rewind txn sequence number in internal executor r=rafiss a=rafiss
If the internal executor is used by a user-initiated query, then it shares the same transaction as the user's query. In that case, it's important to step back the sequence number so that a single statement does not read its own writes.
fixescockroachdb#86162
Release note: None
108201: roachtest: suppress grafana link in issue help for non GCE r=smg260 a=smg260
We don't want to show a grafana when the issues originates from non GCE tests/clusters, since we don't scrape from those yet.
Epic: none
Release note: None
108427: roachtest: provision 250 MB/s for 8TB restore test r=msbutler a=pavelkalinnikov
The `restore/tpce/8TB/aws/nodes=10/cpus=8` test maxes out the default 125 MB/s EBS throughput. This commit provisions throughput to be 250 MB/s so that the test doesn't work at the edge of overload.
See cockroachdb#107609 (comment) for the before/after comparison.
Touches cockroachdb#106496Fixescockroachdb#107609
Epic: none
Release note: none
Co-authored-by: Rafi Shamim <[email protected]>
Co-authored-by: Miral Gadani <[email protected]>
Co-authored-by: Pavel Kalinnikov <[email protected]>
0 commit comments