Actions
Issue #1567
closedNectar threaded downloader's event listener cannot issue another request
Start date:
Due date:
Estimated time:
Severity:
3. High
Version - Nectar:
Platform Release:
Target Release - Nectar:
1.4.4
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Quarter:
Description
When an HttpThreadedDownloader is given an event listener that makes other requests, Nectar hangs indefinitely because it is not using reentrant locks.
Related issues
Updated by amacdona@redhat.com almost 9 years ago
- Related to Story #1144: As a user, I can sync from a v2 registry that requires RFC7235 authorization headers added
Updated by jortel@redhat.com almost 9 years ago
- Project changed from Pulp to Nectar
- Priority changed from Normal to High
- Severity changed from 2. Medium to 3. High
- Triaged changed from No to Yes
Added by Austin Macdonald almost 9 years ago
Updated by Anonymous almost 9 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset d69bd0b22fb8c7606993e5c2ae39fe5ba2d0e538.
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Target Release - Nectar set to 1.4.4
Actions
switch thread locks to reentrant locks
closes #1567