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
95161: kv: Test to measure slowdown after a node restart r=irfansharif a=andrewbaptist
After a node is down for a few minutes and then starts up again, there is a slowdown related to it catching up on Raft messages it missed while down. This can cause an IO Overload scenario and greatly impact performance on the cluster.
This adds a test for the issue, a separate PR will be created to enable this test and fix the issue.
Informs: #95159
Epic: none
Release note: None
95191: c2c: increase c2c roachtest workload flexibility r=stevendanna,renatolabs a=msbutler
Previously in c2c roachtests, the foreground workload on the src cluster would run for a predefined amount of time, based on the expected initial scan time. But, if this estimated initial scan time wasn't accurate, the roachtest would not properly simulate c2c customer workload. E.g. if the initial scan actually took much longer than expected, the workload would finish before the initial scan!
This patch removes the need to specify a duration for the src cluster workload. Instead, the goroutine running the workload will get cancelled at cutover time, determined by the `replicationTestSpec.additionalDuration` field, which specifies how long the workload should after the initial scan completes.
This patch also adds additional logging which provides instructions for opening a sql session to the tenant and opening a tenant's dbconsole.
Informs #89176
Release note: None
95407: pkg/cloud/azure: migrate to new azure sdk r=benbardin,dt a=msbutler
This patch replaces the deprecated azure sdk with azure's new sdk, used to read
and write backups to azure. This PR also reverts the custom azure put uploader,
which if necessary, can be re added to use the new sdk in the future.
This PR should unblock azure kms work.
Informs #86903
Epic CRDB-18954
Co-authored-by: Andrew Baptist <baptist@cockroachlabs.com>
Co-authored-by: Michael Butler <butler@cockroachlabs.com>
Co-authored-by: Steven Danna <danna@cockroachlabs.com>
0 commit comments