Investigate whether fsync system call is needed for fs backend atomic rename operation #142
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Rumor has that on Linux one needs to call fsync after temp file has been written out first before calling rename syscall, otherwise we could end up with an empty file in the new location during system crashes.
The text was updated successfully, but these errors were encountered: