Bug 1086130
| Summary: | babsit() is encountering an unrecoverable exception which later causes pulp exceptions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | pgustafs | ||||
| Component: | async/tasks | Assignee: | Brian Bouterse <bmbouter> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.4 Beta | CC: | bmbouter, pthomas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 2.4.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-09 06:57:07 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: | |||||||
| Attachments: |
|
||||||
upgrading qpid to 0.22 seems to have solved above problem. PR available at: https://github.com/pulp/kombu/pull/2 Merged to master with PR 903 https://github.com/pulp/pulp/pull/903 Not yet included in a beta. Fixed with 2.4.0-0.16.beta. verified [root@yttrium ~]# rpm -qa pulp-server pulp-server-2.4.0-0.23.beta.el6.noarch This has been fixed in Pulp 2.4.0-1. |
Created attachment 884780 [details] exception_messages.txt Description of problem: When starting pulp_workers babsit() is encountering an unrecoverable exception which later causes pulp exceptions. E.g i'm not able to do any operations against the pulp server Version-Release number of selected component (if applicable): # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago) # rpm -qa | grep pulp createrepo-0.9.9-21.2.pulp.el6.noarch python-kombu-3.0.13-2.pulp.el6.noarch pulp-puppet-plugins-2.4.0-0.8.beta.el6.noarch python-pulp-client-lib-2.4.0-0.8.beta.el6.noarch m2crypto-0.21.1.pulp-8.el6.x86_64 python-isodate-0.5.0-1.pulp.el6.noarch python-pulp-rpm-common-2.4.0-0.8.beta.el6.noarch pulp-rpm-plugins-2.4.0-0.8.beta.el6.noarch pulp-selinux-2.4.0-0.8.beta.el6.noarch python-pulp-bindings-2.4.0-0.8.beta.el6.noarch pulp-admin-client-2.4.0-0.8.beta.el6.noarch pulp-puppet-admin-extensions-2.4.0-0.8.beta.el6.noarch python-pulp-common-2.4.0-0.8.beta.el6.noarch python-pulp-puppet-common-2.4.0-0.8.beta.el6.noarch mod_wsgi-3.4-1.pulp.el6.x86_64 pulp-server-2.4.0-0.8.beta.el6.noarch pulp-rpm-admin-extensions-2.4.0-0.8.beta.el6.noarch # rpm -qa | grep qpid python-qpid-0.18-9.el6.noarch qpid-cpp-client-ssl-0.18-20.el6.x86_64 qpid-cpp-client-0.18-20.el6.x86_64 python-gofer-qpid-1.0.5-1.el6.noarch python-qpid-qmf-0.18-20.el6.x86_64 qpid-cpp-server-0.18-20.el6.x86_64 qpid-qmf-0.18-20.el6.x86_64 qpid-tools-0.18-10.el6_4.noarch How reproducible: Steps to Reproduce: 1. service pulp_workers 2. 3. Actual results: See attached exception_messages.txt Expected results: Additional info: