mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
fix: healing deadlocks and ordering (#16643)
This commit is contained in:
@@ -48,7 +48,6 @@ func newBgHealSequence() *healSequence {
|
||||
}
|
||||
|
||||
return &healSequence{
|
||||
respCh: make(chan healResult),
|
||||
startTime: UTCNow(),
|
||||
clientToken: bgHealingUUID,
|
||||
// run-background heal with reserved bucket
|
||||
|
||||
Reference in New Issue
Block a user