Commit e99f26b
roachtest/perturbation: lower ratioOfMax to 0.3 for restart
The restart perturbation runs the workload at 50% of cluster peak,
calibrated for steady state. During recovery the target node must
absorb raft catch-up, rebalancing snapshots, and re-acquired lease
traffic on top of its share of the ongoing workload, which can push
it past disk capacity into a Pebble write stall. The stall blocks
every leaseholder that lives on the recovering store and produces a
recovery-phase p5 throughput dip that trips the 1.25x impact gate.
Drop ratioOfMax to 0.3 for restart only so the cluster runs with ~40%
IO headroom; recovery work then fits within sustainable disk capacity.
Fixes: #170849
Release note: None
Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>1 parent 0f497cf commit e99f26b
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| |||
0 commit comments