mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
add crash protection from backend modifications (#16846)
This commit is contained in:
@@ -1222,7 +1222,6 @@ func (j *BatchJobPool) canceler(jobID string, cancel bool) error {
|
||||
if canceler, ok := j.jobCancelers[jobID]; ok {
|
||||
if cancel {
|
||||
canceler()
|
||||
|
||||
}
|
||||
}
|
||||
delete(j.jobCancelers, jobID)
|
||||
|
||||
Reference in New Issue
Block a user