Skip to content

Commit 7f9ccf7

Browse files
Merge pull request #4144 from ytcisme/release-1.11
[cherry-pick] fix: the problem that PVC will be continuously created indefinitely
2 parents 6639d50 + 7a0448f commit 7f9ccf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controllers/job/job_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ func (cc *jobcontroller) processNextReq(count uint32) bool {
402402

403403
if err := st.Execute(action); err != nil {
404404
cc.handleJobError(queue, req, st, err, delayAct.action)
405+
return true
405406
}
406407

407408
// If no error, forget it.

0 commit comments

Comments
 (0)