Actions
Issue #9549
closedThere is a race condition in the tasking system, where pg signals may be lost
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 109
Quarter:
Description
Proposed solution: Listen on all channels for the entire worker lifecycle, and ignoring received signals instead of unlistening on the channels.
Updated by pulpbot about 3 years ago
- Status changed from ASSIGNED to POST
Updated by dalley about 3 years ago
Potentially related user-reported issue: https://community.theforeman.org/t/infinite-repository-synchronization/25943/2
Added by mdellweg about 3 years ago
Updated by mdellweg about 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|fd05f1d8b88ec7878591c284265e57f694602b6b.
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Keep listening on pg channels in workers
There seems to be a time window, where workers might miss a wakeup call and end in waiting state, while tasks are still available.
fixes #9549