Hide Forgot
Description of problem: Results from requests to CDN to retrieve values for $releasever and $basearch are not reused, therefore there are more requests for the same listing file. Version-Release number of selected component (if applicable): katello-0.1.235-2 How reproducible: Steps to Reproduce: 1. Set KATELLO_LOGGING in /etc/sysconfig/katello to debug 2. Import stage manifest 3. grep CDN /var/log/katello/production.log Actual results: Many lines "CDN: Requesting path..." with the same path repeating = many requests for the same file Expected results: Requesting each unique path only once. Additional info: Can lead to 800 requests instead of 40
Fixed in commit 8a040b1fd5b7828f982e19d1d094fa089b5af486
Tagged in katello-0.1.243-1
# grep CDN /var/log/katello/production.log | uniq | wc -l 18
Verified: * candlepin-0.5.26-1.el6.noarch * candlepin-tomcat6-0.5.26-1.el6.noarch * katello-0.1.304-1.el6.noarch * katello-all-0.1.304-1.el6.noarch * katello-candlepin-cert-key-pair-1.0-1.noarch * katello-certs-tools-1.0.4-1.el6.noarch * katello-cli-0.1.105-1.el6.noarch * katello-cli-common-0.1.105-1.el6.noarch * katello-common-0.1.304-1.el6.noarch * katello-configure-0.1.106-1.el6.noarch * katello-glue-candlepin-0.1.304-1.el6.noarch * katello-glue-foreman-0.1.304-1.el6.noarch * katello-glue-pulp-0.1.304-1.el6.noarch * katello-qpid-broker-key-pair-1.0-1.noarch * katello-qpid-client-key-pair-1.0-1.noarch * katello-selinux-0.1.9-1.el6.noarch * pulp-1.0.0-5.el6.noarch * pulp-common-1.0.0-5.el6.noarch * pulp-selinux-server-1.0.0-5.el6.noarch
getting rid of 6.0.0 version since that doesn't exist