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

Scheduling information for pod and podgroup may need to be modified #519

Closed
sivanzcw opened this issue Nov 8, 2019 · 1 comment
Closed

Comments

@sivanzcw
Copy link
Contributor

sivanzcw commented Nov 8, 2019

For a pod, if job of the pod does not meet the schedling restriction (such as gang), it will be scheduled failed, the events of the pod likes:

Events:
  Type     Reason            Age   From     Message
  ----     ------            ----  ----     -------
  Warning  FailedScheduling  111s  volcano  10/6 tasks in gang unschedulable: job is not ready, 10 minAvailable, 6 Pending.
  Warning  FailedScheduling  104s  volcano  10/10 tasks in gang unschedulable: job is not ready, 10 Pending, 10 minAvailable.
  Warning  FailedScheduling  97s   volcano  10/16 tasks in gang unschedulable: job is not ready, 10 minAvailable, 16 Pending.
  Warning  FailedScheduling  81s   volcano  10/22 tasks in gang unschedulable: job is not ready, 10 minAvailable, 22 Pending.
  Warning  FailedScheduling  74s   volcano  10/26 tasks in gang unschedulable: job is not ready, 10 minAvailable, 26 Pending.
  Warning  FailedScheduling  66s   volcano  10/30 tasks in gang unschedulable: job is not ready, 10 minAvailable, 30 Pending.

job is not ready in the above event is ambiguous, job may be confused with the batch/v1 job in kubernetes

For podgroup, events of the podgroup during scheduling likes:

Status:
  Phase:    Running
  Running:  12
Events:
  Type     Reason         Age   From     Message
  ----     ------         ----  ----     -------
  Warning  Unschedulable  44s   volcano  0/0 tasks in gang unschedulable: job is not ready, 12 minAvailable.

the scheduler only record unschedulable events for podgroup and does not provide scheduling success information

@sivanzcw
Copy link
Contributor Author

#520

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant