mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
replication resync: fix queueing (#17775)
Assign resync of all versions of object to the same worker to avoid locking contention. Fixes parallel resync implementation in #16707
This commit is contained in:
@@ -720,6 +720,7 @@ type TargetReplicationResyncStatus struct {
|
||||
// Last bucket/object replicated.
|
||||
Bucket string `json:"-" msg:"bkt"`
|
||||
Object string `json:"-" msg:"obj"`
|
||||
Error error `json:"-" msg:"-"`
|
||||
}
|
||||
|
||||
// BucketReplicationResyncStatus captures current replication resync status
|
||||
|
||||
Reference in New Issue
Block a user