neon icon indicating copy to clipboard operation
neon copied to clipboard

Duplicated `disk_consistent_lsn` in `IndexPart`

Open yliang412 opened this issue 7 months ago • 1 comments

We maintain disk_consistent_lsn at IndexPart::disk_consistent_lsn and IndexPart::metadata::disk_consistent_lsn. Do we actually need to maintain both? Currently scrubber is performing a check to see if the two are the same. We can get rid of this check if one of them is no longer needed.

yliang412 avatar Jul 10 '24 19:07 yliang412