Bug 1014663
Summary: | Content View publish takes 2-10x as long with MDP2 | |||
---|---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Mike McCune <mmccune> | |
Component: | rpm-support | Assignee: | Barnaby Court <bcourt> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | pulp-qe-list | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | Master | CC: | daviddavis, mhrivnak, omaciel, pthomas | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | 2.3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1014390 | |||
: | 1017359 (view as bug list) | Environment: | ||
Last Closed: | 2013-12-09 14:30:27 UTC | Type: | Bug | |
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: | 1014390 | |||
Bug Blocks: | 950743, 1017359 |
Description
Mike McCune
2013-10-02 13:49:56 UTC
Here are the calls we're making to pulp: https://gist.github.com/daviddavis/6794355 The repo urls: http://mmccune.fedorapeople.org/discovery/zoo/ http://mmccune.fedorapeople.org/discovery/zoo_ks2/ So I found out the wait times were not because of pulp but because of the code in the method we use to poll pulp tasks' statuses. By changing the sleep time, we were able to reduce the times for the repos in comment #1 from 100+ seconds to less than 30 seconds. Partha verified that running with a larger repo (rhel) synced in a smaller amount of time. This report is being treated as an anomaly and if get further reports we will re-open it. Moving to verified as per the above comments. Pulp 2.3 released. |