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
150854: roachtest: don't specify virtual cluster in debug zips r=golgeek,herkolategan a=DarrylWong
Previously, we were always passing the system tenant when taking debug zips in case a roachtest had overriden the default virtual cluster. However, the debug zip command already attempts to fetch all virtual clusters by passing the --ccluster flag for each tenant. This behavior was suppresed due to our hard coding of the system tenant, causing all debug zips to be of the system tenant.
This changes it to instead pass nothing so the url has no existing --ccluster flag.
Fixes: #143841
Release note: none
150933: server: change sort order of local hot ranges to descending r=angles-n-daemons a=angles-n-daemons
Currently the hot ranges logging system expects that ranges are sorted in descending order, so that it can inspect the values from greatest to least
([link](https://github.com/cockroachdb/cockroach/blob/master/pkg/server/application_api/storage_inspection_test.go#L377)). This is not the case, as the system currently returns those values in ascending order.
To fix this, we just reverse the comparison used for sorting at the local hot ranges collector.
Epic: none
Fixes: none
Release note: none
150964: changefeedccl: support rangefeed bulk delivery r=andyyang890,dt a=asg0451
Add support for the new rangefeed bulk delivery
feature in changefeeds. This should improve
catchup scan performance.
Fixes: #150862
Release note: None
150975: roachtest: fix test failed message r=herkolategan a=DarrylWong
Release note: none
Epic: none
Fixes: none
Co-authored-by: DarrylWong <[email protected]>
Co-authored-by: Brian Dillmann <[email protected]>
Co-authored-by: Miles Frankel <[email protected]>
0 commit comments