Browse Source
Go uses a WaitGroup to await all writes (local + replicas) before checking errors. Rust was short-circuiting on local write failure, which could leave replica writes in-flight without waiting for completion.rust-volume-server
1 changed files with 12 additions and 5 deletions
Loading…
Reference in new issue