Actions
Issue #9287
closedCopy API does depsolving twice
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When we took out the code that tries to 'fix' depsolving problems, we left in the loop that assumes it's happening. This means that calling /copy/ with depsolving=True does the depsolving twice, every time, before continuing.
Given the performance- and memory-characteristics of the current depsolving processing, this is...Bad.
Related issues
Updated by pulpbot about 3 years ago
- Status changed from ASSIGNED to POST
Added by ggainey about 3 years ago
Updated by ggainey about 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset eb161f21a71a03a0741c48543af7b4360d7cbb79.
Updated by dalley about 3 years ago
- Copied to Backport #9298: Backport #9287 "Copy API does depsolving twice" to 3.14.z added
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
On copy, depsolving was running twice. Taught it to Not Do That.
fixes #9287. [nocoverage]