mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
replication: Avoid blocking on mrf save (#16045)
This commit is contained in:
@@ -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:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user