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

The completed status of the podgroup will be updated to the inqueue status #2657

Closed
wangyang0616 opened this issue Jan 28, 2023 · 2 comments · Fixed by #2658
Closed

The completed status of the podgroup will be updated to the inqueue status #2657

wangyang0616 opened this issue Jan 28, 2023 · 2 comments · Fixed by #2658
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@wangyang0616
Copy link
Member

What happened:
If the enqueue action is not configured, after the podgroup status is updated to Completed, it will be updated to the inqueue status soon.

What you expected to happen:
After the podgroup is updated to the Completed state, Volcano will not schedule the job unless the job status is updated externally

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

Anything else we need to know?:
Code logic see:

if !conf.EnabledActionMap["enqueue"] {
job.PodGroup.Status.Phase = scheduling.PodGroupInqueue
} else {

Environment:

  • Volcano Version: master
  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@wangyang0616 wangyang0616 added the kind/bug Categorizes issue or PR as related to a bug. label Jan 28, 2023
@wangyang0616
Copy link
Member Author

Issue used by PodGroup Completed #2642

@wangyang0616
Copy link
Member Author

/assign wangyang0616

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
1 participant