Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1108664

Summary: pulp.server.async.scheduler:ERROR: [Errno 24] Too many open files
Product: [Retired] Pulp Reporter: Ina Panova <ipanova>
Component: async/tasksAssignee: pulp-bugs
Status: CLOSED NOTABUG QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.4 BetaCC: bmbouter
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-12 13:18:56 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:
Description Flags
/var/log/messages none

Description Ina Panova 2014-06-12 12:11:05 UTC
Created attachment 908101 [details]
/var/log/messages

Description of problem:
This error happens in case qpid dependencies were *not* installed.
Please find /var/log/messages attached.

Version-Release number of selected component (if applicable):
2.4.0-0.20.beta

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Brian Bouterse 2014-06-12 12:33:00 UTC
The kombu transport is written to guard against import errors. Instead of an Import error when starting Pulp, it starts, but cannot operate correctly because it is missing a dependency.

I don't think this is a bug. The migrations did not continue, and Pulp is not finished being installed. Starting Pulp without finishing the migrations should not be expected to run correctly. Having software support situations where only part of it is installed is beyond the scope of Pulps feature set.

Comment 2 Ina Panova 2014-06-12 13:18:56 UTC
agree,closing as not a bug