You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first delete Podgroup and delete Pod triggered retryDeleteJob called a few times and was penalized with a delay of a few seconds
at this point the deleteJob was called directly out of the queue, removing the job from the jobcache
At this point, the job retry or re-create a job with the same UID.
Then after a few seconds the old job is queued up from the ratelimit queue, and at this time to determine the JobTerminated = true, it will be deleted from the job cache again!
Then the job will always exist and never be scheduled.
Describe the results you received and expected
Expect not to have to delete the cache repeatedly for this scenario
What version of Volcano are you using?
volcano 1.9
Any other relevant information
No response
The text was updated successfully, but these errors were encountered:
Description
Steps to reproduce the issue
retryDeleteJob
called a few times and was penalized with a delay of a few secondsdeleteJob
was called directly out of the queue, removing the job from the jobcacheThen the job will always exist and never be scheduled.
Describe the results you received and expected
Expect not to have to delete the cache repeatedly for this scenario
What version of Volcano are you using?
volcano 1.9
Any other relevant information
No response
The text was updated successfully, but these errors were encountered: