Anis Elleuch 9b4a81ee60 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.
2019-05-14 14:43:22 -07:00
..
2019-05-13 12:25:49 -07:00
2019-05-13 12:25:49 -07:00
2019-05-13 12:25:49 -07:00
2019-05-13 12:25:49 -07:00
2019-04-17 09:52:08 -07:00