mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
replication: Avoid blocking on mrf save (#16045)
This commit is contained in:
parent
6eef9b4a23
commit
34d28dd79f
@ -2726,6 +2726,7 @@ func (p *ReplicationPool) queueMRFSave(entry MRFReplicateEntry) {
|
|||||||
case <-GlobalContext.Done():
|
case <-GlobalContext.Done():
|
||||||
return
|
return
|
||||||
case p.mrfSaveCh <- entry:
|
case p.mrfSaveCh <- entry:
|
||||||
|
default:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user