mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 20:36:38 +00:00
66e63d20dd
When the complete-multipart LWW gate cannot read the destination version (quorum error), the inbound metadata is applied without comparison — the exact overwrite rustfs/backlog#1953 exists to prevent. Keep the fail-open semantics (failing the complete would loop through MRF) but log the degraded path at warn so operators can see it; the version-absent first replication keeps riding the same branch.