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
This is a speculative fix for a disk-full roachtest failure. This roachtest
induces an out-of-disk scenario on a node and ensures that removing the
automatic emergency ballast allows recovery. In #153445 it appears disk space
is exhausted on the node, but the node never notices because the write workload
is insufficient to trigger any write I/O to new pages. This commit adjusts the
disk-full roachtest's workload to run a little longer (10m vs 4m) and to write
larger-sized values (512-byte) to ensure we continue to write a nontrivial
volume of data after we intentionally exhaust available disk space.
Epic: none
Fixes: #153445.
Release note: none
0 commit comments