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
151199: roachtest: more patience in change-replicas/mixed-version r=pav-kv a=tbg
When moving replicas off a node (via zone configs), we need to be prepared to
wait upwards of ten minutes (which is the default scanner interval, i.e. the
frequency with which a range is checked for relocation).
I'm still a little suspicious that there's more to this, given that I don't think this failed
as frequently. Still, we should give the test more time and then see what happens.
A next step, if this fails again, could be to add vmodule logging along the lines of
what's added here:
https://github.com/cockroachdb/cockroach/blob/5e50db71497755f774e4279ba9920441e3b3b46c/pkg/cmd/roachtest/tests/decommission.go#L1517-L1521
Should probably start with `replicate_queue=2,allocator=2,allocator_scorer=2`.
Fixes#150796.
Fixes#150677 (via the backport).
Fixes#149733 (via the backport).
Epic: none
151471: go.mod: bump Pebble to 258531bdf87e r=RaduBerinde a=RaduBerinde
Changes:
* [`258531bd`](cockroachdb/pebble@258531bd) blob: add FileFormatV2 which has a properties block
* [`4be89e71`](cockroachdb/pebble@4be89e71) go.mod: require go1.24
* [`d3bef264`](cockroachdb/pebble@d3bef264) sstable: remove CompressionOptions
* [`2d7040f1`](cockroachdb/pebble@2d7040f1) manifest: improve API around TableStats
* [`7d7cc282`](cockroachdb/pebble@7d7cc282) db: fix bug in scaling compression stats for virtual tables
* [`c9692798`](cockroachdb/pebble@c9692798) db: add some tests for compression stats
Release note: none.
Epic: none.
Co-authored-by: Tobias Grieger <[email protected]>
Co-authored-by: Radu Berinde <[email protected]>
0 commit comments