xl: Avoid possible race during bulk Multi Delete (#7644)
errs was passed to many goroutines but they are all allowed to update errs if any error happens during deletion, which can cause a data race. This commit will avoid issuing bulk delete operations in parallel to avoid the warning race.master
parent
b3f22eac56
commit
9b4a81ee60
Loading…
Reference in new issue