Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: include learner snapshot error in isExpectedRelocateError …
…whitelist Fixes #40359. We occasionally see the error "failed to apply snapshot: raft group deleted" during a RELOCATE RANGE statement. This occurs because the newly added learner attempts to send a raft message to another node after it has been removed and then destroys itself in response to a ReplicaTooOldError. We have a similar case in TestLearnerAdminChangeReplicasRace. Release justification: Testing only. Release note: None
- Loading branch information