Browse Source
Go's doCheckAndFixVolumeData reads AppendAtNs from both live entries (verifyNeedleIntegrity) and deleted tombstones (verifyDeletedNeedleIntegrity). Rust was skipping deleted entries, which could result in a stale last_append_at_ns if the last index entry is a deletion.rust-volume-server
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue