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

[Hierarchical Cohorts] Preemption only fetches candidates of ClusterQueue's parent Cohort #3583

Open
gabesaba opened this issue Nov 18, 2024 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@gabesaba
Copy link
Contributor

What happened:
We need to traverse entire Cohort tree for preemption candidates, not just the ClusterQueues in the preempting ClusterQueue's parent Cohort

for _, cohortCQ := range cq.Parent().ChildCQs() {

@gabesaba gabesaba added the kind/bug Categorizes issue or PR as related to a bug. label Nov 18, 2024
@gabesaba
Copy link
Contributor Author

cc @mimowo

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

No branches or pull requests

1 participant