Browse Source
Go uses max(preallocate, estimatedCompactSize) for the free space check. Rust was only using the estimated volume size, which could start a compaction that fails mid-way if preallocate exceeds the volume size.rust-volume-server
1 changed files with 7 additions and 5 deletions
Loading…
Reference in new issue