Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete a job with dependencies between task will cause the controller to report an error repeatedly #2345

Closed
Christina935 opened this issue Jul 8, 2022 · 2 comments · Fixed by #2351
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Christina935
Copy link

What happened:
Delete a job with dependencies between task will cause the controller to report an error repeatedly. The error is Failed to get pod taskA-pod-name pod "taskA-pod-name" not found
Then resumit the job, the job will lost the status.

There has actually been a completely diffrent job that also lost status when controller repeatedly reported this error, but I'm not sure if it's the same reason.

What you expected to happen:
job doesn't lose status and controller doesn't report error repeatedly.

How to reproduce it (as minimally and precisely as possible):

  1. submit a job with two tasks that are taskA and taskB, taskB depends on taskA.
  2. podA of taskA has been created but can't run because of ImagePullBackOff error.
  3. delete the job.
  4. then resubmit a same job.

Anything else we need to know?:

Environment:

  • Volcano Version: 1.5.1
  • Kubernetes version (use kubectl version): 1.20.15
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@Christina935 Christina935 added the kind/bug Categorizes issue or PR as related to a bug. label Jul 8, 2022
@Thor-wl
Copy link
Contributor

Thor-wl commented Jul 8, 2022

/assign @hwdef

@hwdef
Copy link
Member

hwdef commented Jul 8, 2022

This is a bug.
repeat: #2284
Temporary workaround: delete volcano-controller pod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants