Actions
Issue #9666
closedA taskworker should log if a task workhorse process died unexpectedly
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 112
Quarter:
Description
Ticket moved to GitHub: "pulp/pulpcore/2093":https://github.com/pulp/pulpcore/issues/2093
This can happen in case of OOM. But any way killing the working task process should emit a log warning.
Updated by pulpbot almost 3 years ago
- Status changed from NEW to POST
Added by mdellweg almost 3 years ago
Updated by mdellweg almost 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|52a6963fd469d8c33b970938ae5572b32654b01a.
Updated by fao89 almost 3 years ago
- Description updated (diff)
- Status changed from MODIFIED to CLOSED - DUPLICATE
Actions
Add logging around certain ways a task can fail
This adds some logging for cases, where the task executing process dies unexpectedly (e.g. OOM) and is unable to properly set the task state and error reason.
fixes #9666