Backport #9491
closedBackport #9301 "Users running into timeouts with error messages that are unhelpful" to 3.14.z
100%
Description
See attached bugzilla.
There was some additional discussion with a separate upstream user, who was running into this same issue: https://riot.im/app/#/room/#pulp:matrix.org/$xyV5D40cKUjqOYK7n7fk3J8v1RAqsu1KfafcYl968v8
The user had hypothesized that that maybe the "retries" were all counting towards the same "total timeout", but we have no confirmation of this.
This upstream aiohttp issue includes the same traceback and might provide some insight: https://github.com/aio-libs/aiohttp/issues/5239#issuecomment-727544671
I did also notice that we use the same ClientSession for all of a downloader's requests, that might be relevant: https://github.com/pulp/pulpcore/blob/master/pulpcore/download/http.py#L161-L163
Related issues
Updated by ttereshc about 3 years ago
- Copied from Issue #9301: Users running into timeouts with error messages that are unhelpful added
Updated by ttereshc about 3 years ago
- Subject changed from Bakport #9301 "Users running into timeouts with error messages that are unhelpful" to 3.14.z to Backport #9301 "Users running into timeouts with error messages that are unhelpful" to 3.14.z
Updated by ipanova@redhat.com about 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ipanova@redhat.com
Updated by pulpbot about 3 years ago
- Status changed from ASSIGNED to POST
Added by ipanova@redhat.com about 3 years ago
Updated by ipanova@redhat.com about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|196d3334f6edc67e57b9d43479e391e20004c57e.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Improved messaging around timeout requests.
closes #9491 backports #9301
(cherry picked from commit 8a1db3b9c0bd44f6ea76eeb2a2cdbcd673b199c3)