Actions
Bug #4964
closedListing products is broken when content view publish in progress
Description
1. promote content view
2. list the products in the mean time
3. the products listing fails on 404 from Pulp, because the repo was not yet created in Pulp
RestClient::ResourceNotFound: 404 Resource Not Found Body: {"http_request_method": "GET", "exception": null, "error_message": "Missing resource(s): resource_id=ACME_Corporation-Library-rhel-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server", "_href": "/pulp/api/v2/repositories/ACME_Corporation-Library-rhel-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server/history/sync/", "http_status": 404, "traceback": null, "resources": {"resource_id": "ACME_Corporation-Library-rhel-Red_Hat_Enterprise_Linux_Server-Red_Hat_Enterprise_Linux_6_Server_RPMs_x86_64_6Server"}} /opt/rh/ruby193/root/usr/share/gems/gems/rest-client-1.6.1/lib/restclient/abstract_response.rb:48:in `return!'
With respect to #4963, it would be nice to eliminate the number of calls needed for listing the products (and ideally not calling to pulp unless unnecessary), which should fix also this issue
Updated by Justin Sherrill almost 11 years ago
- Translation missing: en.field_release set to 13
Updated by Eric Helms over 10 years ago
- Related to Bug #4963: List products takes long time added
Updated by Eric Helms over 10 years ago
- Category set to API
- Target version set to 45
- Triaged changed from No to Yes
Updated by Eric Helms over 10 years ago
- Status changed from New to Assigned
- Assignee set to Eric Helms
- Difficulty set to easy
Updated by Eric Helms over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1108399
Updated by Eric Helms over 10 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:d4d8ad8f80c053ce8dd969549b63e8ae4af2606a.
Actions