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

Improve messaging when capacity overused #4048

Closed
sfc-gh-raravena opened this issue Feb 27, 2025 · 1 comment · Fixed by #4053
Closed

Improve messaging when capacity overused #4048

sfc-gh-raravena opened this issue Feb 27, 2025 · 1 comment · Fixed by #4053
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@sfc-gh-raravena
Copy link
Contributor

sfc-gh-raravena commented Feb 27, 2025

What is the problem you're trying to solve

With reclaim we see this message:

I0227 01:50:07.745991       1 capacity.go:264] Queue <myqueue--non-reclaimable> can not reclaim, deserved <cpu 1248000.00, memory 31997506355200.00, nvidia.com/gpu 136000.00>, allocated <cpu 672000.00, memory 16535624089600.00, nvidia.com/gpu 72000.00, vpc.amazonaws.com/efa 288000.00, pods 9.00, attachable-volumes-csi-local.csi.openebs.io 9.00>, share <0.5384615384615384>
I0227 01:50:07.746008       1 reclaim.go:122] Queue <myqueue--non-reclaimable> can not reclaim by preempt others when considering task <zhewei-enable32k-seq-2-mpiworker-0> , ignore it.

We'd like to see more details about the request

Describe the solution you'd like

Right now we have this

if overused {
klog.V(3).Infof("Queue <%v> can not reclaim, deserved <%v>, allocated <%v>, share <%v>",
queue.Name, attr.deserved, attr.allocated, attr.share)
}

Show how much the task req is used

Additional context

No response

@sfc-gh-raravena sfc-gh-raravena added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 27, 2025
@JesseStutler
Copy link
Member

I think it's worth

sfc-gh-raravena added a commit to sfc-gh-raravena/volcano that referenced this issue Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants