Browse Source
Add an early check for None needle map in do_compact_by_index, matching
Go's defensive nil check (commit 889ae7d22). In Rust the store RwLock
prevents the concurrent vacuum race that Go fixes with atomic.Bool,
but the nil guard is still useful as defensive code.
rust-volume-server
1 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue