Actions
Issue #7002
closedStreamed responses don't appear in the access_log of the pulpcore-content app
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 77
Quarter:
Description
- Create an RPM Remote with policy=on_demand
- Sync a repository using that remote.
- Create a publication from the new repository version.
- Create a distribution associated with the publication.
- Request a non-metadata file from the base_url of the distribution
- Notice that the request is not logged
- Request the same file again.
- Notice that the request is logged this time.
I expect the request to appear in the logs every time.
Updated by fao89 over 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 75
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Added by gerrod over 4 years ago
Updated by gerrod over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|9208b80a984433c4e058c1fb5d2875aac8a7e702.
Added by gerrod over 4 years ago
Revision f0c6967b | View on GitHub
Streamed responses are properly returned to handler to be logged
When a request for content that was on_demand occured for the first time, no logs where present due to the response not properly being return to the content handler, despite the response actually occuring.
fixes #7002 https://pulp.plan.io/issues/7002
(cherry picked from commit 9208b80a984433c4e058c1fb5d2875aac8a7e702)
Updated by gerrod over 4 years ago
Applied in changeset pulpcore|f0c6967b9abc02371ed1c9928bc19e99599dce5a.
Updated by pulpbot over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Streamed responses are properly returned to handler to be logged
When a request for content that was on_demand occured for the first time, no logs where present due to the response not properly being return to the content handler, despite the response actually occuring.
fixes #7002 https://pulp.plan.io/issues/7002