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

resalloc: Unknown pool #2983

Closed
xsuchy opened this issue Nov 3, 2023 · 4 comments
Closed

resalloc: Unknown pool #2983

xsuchy opened this issue Nov 3, 2023 · 4 comments
Assignees

Comments

@xsuchy
Copy link
Member

xsuchy commented Nov 3, 2023

In the resalloc log I see:

ERROR 2023-11-03 15:53:13,939 PID:316334:139871599429440(Manager) Unknown pool aws_x86_64_powerful_normal_prod to cleanup
ERROR 2023-11-03 15:53:13,948 PID:316334:139871599429440(Manager) Unknown pool aws_aarch64_powerful_normal_prod to cleanup

Not sure if this is Copr's miscongiruation or resalloc issue.

@praiskup
Copy link
Member

praiskup commented Nov 5, 2023

Seems like aws_x86_64_powerful_spot_prod vs. aws_x86_64_powerful_normal_prod problem. The "normal" seems new in "powerful" category. This is related to a hotfix for praiskup/resalloc#128 - but it seems obvious we should have a better error message.

@praiskup
Copy link
Member

praiskup commented Nov 5, 2023

Btw., aws_x86_64_powerful_normal_prod is not going to allocate resources (normally), since it has lower priority compared to aws_x86_64_powerful_spot_prod. Even if EC2 refuses to reserve spot instances for us, resalloc will continue asking for them never falling back to the "normal" category.

Normal high-performance builders will only be allocated if all the spot builders are already taken (or at least requested and being started).

@praiskup praiskup self-assigned this Nov 6, 2023
@praiskup praiskup moved this from Needs triage to In Progress in CPT Kanban Nov 6, 2023
@praiskup
Copy link
Member

praiskup commented Nov 6, 2023

Soft-blocked on this: https://pagure.io/fedora-infrastructure/issue/11602 I'll continue tomorrow.

@praiskup
Copy link
Member

praiskup commented Nov 7, 2023

New resalloc deployed to production.

@praiskup praiskup closed this as completed Nov 7, 2023
@praiskup praiskup moved this from In Progress to Done in CPT Kanban Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants