Project

Profile

Help

Issue #2253

closed

pulp status call hangs if qpid is unresponsive

Added by cduryee over 7 years ago. Updated about 5 years ago.

Status:
CLOSED - NOTABUG
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 9
Quarter:

Description

If you suspend the qpid process, calls to the pulp API status call will not return. Unsuspending the process will make the calls complete.

For example:

kill -19 `pidof qpidd`
curl -k -u admin:admin https://localhost/pulp/api/v2/status/

in another window:
kill -18 `pidof qpidd`

the status call will then return. This can become an issue if qpid is heavily loaded, it may be better for Pulp to just return that it wasn't able to connect after X amount of time.

Also available in: Atom PDF