Actions
Issue #7386
closedIssue #8912: [EPIC] Issues with the traditional tasking system
Task that does not exist in worker or resource-manager are never cleaned up
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Possible race condition when deploying pulp in multi node configuration.
Prerequisites:
Pulp plugin codebase has task called task_1
.
Steps to reproduce.
- Deploy pulp api, resource manager and worker, version 1.
- Rename task_1 to
task_2
. - Deploy version 2 only to pulp resource manager and worker.
- Trigger execution of
task_1
from API. - Deploy new version of api service.
Result:
Task that was created on step 4 is never cancelled and stays in database in waiting
state.
Related issues
Actions