Bug 509932
Summary: | cost excludes are much slower in yum 3.2.23 than 3.2.21 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | James Antill <james.antill> |
Component: | yum | Assignee: | James Antill <james.antill> |
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 5.4 | CC: | ddumas, dmach, eric.tanguy, ffesti, james.antill, jhutar, pmatilai, syeghiay, tim.lauridsen, tomek |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.mail-archive.com/fedora-devel-list@redhat.com/msg03366.html | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
A recent version of yum was substantially slower than previous versions when calculating cost excludes. The slowdown was caused by variable that expanded to unicode encoding rather than str. The calculation no longer uses unicode, which returns yum to its previous higher speed.
|
Story Points: | --- |
Clone Of: | 508445 | Environment: | |
Last Closed: | 2009-09-02 07:34:41 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 508445 | ||
Bug Blocks: |
Description
James Antill
2009-07-06 22:56:21 UTC
Ok, we've found root cause: http://yum.baseurl.org/gitweb?p=yum.git;a=commitdiff;h=1f45838e29ba26dac22215dd9c918fb920569fef Release note added. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: A recent version of yum was substantially slower than previous versions when calculating cost excludes. The slowdown was caused by variable that expanded to unicode encoding rather than str. The calculation no longer uses unicode, which returns yum to its previous higher speed. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-1419.html |