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

Fix merge error preventing ejection of pools under quota pressure #730

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

BMurri
Copy link
Collaborator

@BMurri BMurri commented Jun 14, 2024

This portion of code shows signs of having been mangled in past merges. I discovered it is no longer working as intended (it ejects idle pools when pool quota has been reached, enabling new pools to be created to process awaiting tasks), instead throwing exceptions when called.

This fixes the code to restore correct operation.

This is a regression.

@BMurri BMurri added the bug Something isn't working label Jun 14, 2024
@BMurri BMurri added this to the next milestone Jun 14, 2024
@BMurri BMurri requested a review from MattMcL4475 June 14, 2024 07:33
@BMurri BMurri added the TES Priority: P1 Groomed to a Priority 1 issue label Jun 14, 2024
@BMurri BMurri merged commit afcf407 into main Jun 14, 2024
7 checks passed
@BMurri BMurri deleted the bmurri/fix-merge branch June 14, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working TES Priority: P1 Groomed to a Priority 1 issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants