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
Updated by fao89 almost 4 years ago
- Related to Issue #7907: Failed task did not clean up properly resource reservations added
Updated by bmbouter over 3 years ago
- Status changed from NEW to CLOSED - WONTFIX
Users are recommended to upgrade to the new tasking system as the resolution to this issue. If someone is not able to do that, please comment here with information on why we should reopen the issue.
Actions