Add benchmark for large indexed job

Change-Id: I556f0cce5842699c98654cfb5a66e7c8d63b2e2e
This commit is contained in:
Aldo Culquicondor
2022-10-31 14:52:48 -04:00
parent 4a3bac5eae
commit 5e03865f65
3 changed files with 94 additions and 13 deletions

View File

@@ -1230,7 +1230,7 @@ func (jm *Controller) removeTrackingFinalizerFromPods(ctx context.Context, jobKe
}
if !apierrors.IsNotFound(err) {
errCh <- err
utilruntime.HandleError(err)
utilruntime.HandleError(fmt.Errorf("removing tracking finalizer: %w", err))
return
}
}