Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
87408: storage: gc range tombstone - fix mvcc stat update on merge r=aliher1911 a=aliher1911 Previously if range tombstone fragment was not eligible for GC it was not checked if it can merge with previous range tombstone fragments stack. This was causing MVCC stats discrepancy. This commit adds a check merge eligibility check for skipped fragments. Release justification: bugfix for upcoming functionality Release note: None Fixes: cockroachdb#87406 Co-authored-by: Oleg Afanasyev <[email protected]>
- Loading branch information