mirror of
https://github.com/pgsty/minio.git
synced 2026-03-17 15:33:17 +01:00
It is possible in some scenarios that in multiple pools, two concurrent calls for the same object as a multipart operation can lead to duplicate entries on two different pools. This PR fixes this - hold locks to serialize multiple callers so that we don't race. - make sure to look for existing objects on the namespace as well not just for existing uploadIDs
77 KiB
77 KiB