Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: add issue for sequence number errors on replaying
DelRange
Enhance the error message on sequence number errors when replaying a transactional batch with a link to the possible cause, cockroachdb#71236, stemming from an issue where a `DelRange` operation finds new keys to delete upon replay. This also changes the error from a generic error to an `AssertionFailed` error. Release note: None
- Loading branch information