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

Make fake executor support cancellation #2422

Merged
merged 2 commits into from
May 4, 2023
Merged

Conversation

JamesMurkin
Copy link
Contributor

@JamesMurkin JamesMurkin commented May 4, 2023

We now track which pods are allocated to each node, so we can deallocate them correctly on cancellation

Previously cancelled pods would just remain allocated forever and block all capacity on the cluster

┆Issue is synchronized with this Jira Task by Unito

We now track which pods are allocated to each node, so we can deallocate them correctly on cancellation

Previously cancelled pods would just remain allocated forever and block all capacity on the cluster
@JamesMurkin JamesMurkin marked this pull request as ready for review May 4, 2023 13:06
@codecov
Copy link

codecov bot commented May 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (04c6673) 58.56% compared to head (65bd57e) 58.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2422   +/-   ##
=======================================
  Coverage   58.56%   58.56%           
=======================================
  Files         231      231           
  Lines       28813    28813           
=======================================
  Hits        16875    16875           
  Misses      10636    10636           
  Partials     1302     1302           
Flag Coverage Δ
armada-server 58.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JamesMurkin JamesMurkin merged commit 0ce013f into master May 4, 2023
25 checks passed
@JamesMurkin JamesMurkin deleted the fix_fake_executor_cancel branch May 4, 2023 17:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants