fix: allow read unlocks to be defensive about split brains (#10637)

This commit is contained in:
Harshavardhana
2020-10-07 09:15:01 -07:00
committed by GitHub
parent 01498a3e34
commit effe131090
2 changed files with 35 additions and 29 deletions

View File

@@ -334,7 +334,6 @@ func (r *replicationState) addWorker(ctx context.Context, objectAPI ObjectLayer)
return
}
replicateObject(ctx, oi, objectAPI)
default:
}
}
}()