Expected behavior when workloads in different queues compete for borrowable resources? #10253
Unanswered
qti-haeyoon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I have one question related to the expected behavior when different queues compete for borrowable resources.
Suppose the below setup (fair sharing disabled):
Now suppose the below scenario:
The question is, what is the expectation when CQ C's 4-CPU job completes?
I thought all of A's high priority jobs should be admitted respecting the sorting criteria, but when I tested, both A and B gets only one of their workloads admitted. I suppose this is because in one scheduling cycle, we only look at the head of a cluster queue, not considering all the pending workloads.
I want some clarification from the community if this is expected or is considered a bug. And if there is any documentation for this, would appreciate any links to it. Thank you very much as always!
Beta Was this translation helpful? Give feedback.
All reactions