Issue #3554
Resource manager runs tasks it shouldn't
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 35
Quarter:
Description
If you stop all workers but leave resource manager running:
sudo systemctl stop pulp_worker@1 pulp_worker@2
You can still run tasks like sync. It looks like resource_manager is running these tasks.
This method probably returns resource_manager and needs to be fixed so that it doesn't:
https://github.com/pulp/pulp/blob/3.0-dev/pulpcore/pulpcore/tasking/tasks.py#L113
https://github.com/pulp/pulp/blob/3.0-dev/pulpcore/pulpcore/tasking/tasks.py#L44
Associated revisions
Revision 31588d45
View on GitHub
Don't run tasks on the resource manager
History
#1
Updated by daviddavis almost 3 years ago
- Tags Pulp 3, Pulp 3 MVP added
#2
Updated by dalley almost 3 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 35
#3
Updated by dalley almost 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dalley
#4
Updated by dalley almost 3 years ago
- Status changed from ASSIGNED to POST
#5
Updated by dalley almost 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|31588d455c8c66fff081b400c2f77cdc7a327351.
#6
Updated by dkliban@redhat.com almost 3 years ago
- Sprint/Milestone set to 3.0.0
#7
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3, Pulp 3 MVP)
#8
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Don't run tasks on the resource manager
closes #3554 https://pulp.plan.io/issues/3554