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
106893: failover: re-enable disk stall detector in `diskStallFailer.Ready` r=erikgrinaker a=erikgrinaker
`pauseFailer` needs to disable the disk stall detector to avoid false positives. However, it attempted to re-enable it via cluster setting during recovery. If a system range is unavailable during recovery (typically in chaos tests with concurrent failures), this can error out.
This patch instead (re-)enables the disk stall detector during `diskStallFailer.Ready`.
Touches cockroachdb#106681.
Touches cockroachdb#106752.
Epic: none
Release note: None
Co-authored-by: Erik Grinaker <[email protected]>
0 commit comments