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

[proposal] support Reservation preemption #1856

Closed
xulinfei1996 opened this issue Jan 19, 2024 · 1 comment · Fixed by #1859
Closed

[proposal] support Reservation preemption #1856

xulinfei1996 opened this issue Jan 19, 2024 · 1 comment · Fixed by #1859
Assignees
Labels
area/koord-scheduler enhancement New feature or request kind/proposal Create a report to help us improve

Comments

@xulinfei1996
Copy link
Contributor

What is your proposal:
koord-scheduler supports Reservation preemption.

Why is this needed:
In our scenario, Reservations also have different priorities. The lower priority Reservations may create earlier than the higher priority Reservations, so they are assigned first. When the higher priority Reservations come, there are not enough resource to assign them. So we expect that when a high priority Reservation cannot be assigned, it can preempt a lower priority Reservation.

Is there a suggested solution, if so, please add it:

@xulinfei1996 xulinfei1996 added the kind/proposal Create a report to help us improve label Jan 19, 2024
@eahydra eahydra added enhancement New feature or request area/koord-scheduler labels Jan 19, 2024
@eahydra
Copy link
Member

eahydra commented Jan 19, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/koord-scheduler enhancement New feature or request kind/proposal Create a report to help us improve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants