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
148707: kvserver: introduce TestStoreRangeSplitRaftSnapshotAfterRHSRebalanced r=arulajmani a=arulajmani
This patch adds a new test,
TestStoreRangeSplitRaftSnapshotAfterRHSRebalanced, to show the hazard
described in #73462 is legit. In particular, when a replica learns about
a split through a snapshot after the post-split RHS has been rebalanced
away, we leak the RHS's on-disk data.
References #73462
Release note: None
148750: roachtest: fix failover disk stall r=golgeek a=DarrylWong
This fixes the failover disk staller to be compatible with the FI library. Specifically, it does not attempt to recover in cleanup, as this is already handled in the FI framework.
Additionally, it temporarily disables concurrent disk stall failures from being injected as this is an invariant of the FI framework. Instead, they should be injected in one shot.
Fixes: #148739Fixes: #148742Fixes: #148741Fixes: #148740Fixes: #148738Fixes: #148737
Release note: none
Co-authored-by: Arul Ajmani <[email protected]>
Co-authored-by: DarrylWong <[email protected]>
0 commit comments