Actions
Backport #9547
closedBackport "Failed task did not clean up properly resource reservations" to 3.7.z
Start date:
Due date:
% Done:
100%
Estimated time:
Triaged:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 110
Quarter:
Description
In Katello, if migration to pulp 3 fails due to some issue, e.g. ran out of disk space, resources for failed tasks are not cleaned up.
Related issues
Updated by ttereshc about 3 years ago
- Copied from Issue #7907: Failed task did not clean up properly resource reservations added
Updated by bmbouter almost 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by pulpbot almost 3 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter almost 3 years ago
Updated by bmbouter almost 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|4310d43eb4e046d787b88cf5d7aa7bb5e7327014.
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Adds additional lock cleanup to worker cleanup
As another layer of security to guard against lock cleanup not occurring due to Redis not delivering the _release_resource task, ensure all locks are also cleaned up even for tasks that are in their final states.
backports #7907
fixes #9547
(cherry picked from commit 516df3147b56660fbc9b22c215e309da1ff8080e)