Bug 1188755 - Pulp task hangs when pulp services were restarted (upstart)
Summary: Pulp task hangs when pulp services were restarted (upstart)
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Pulp
Classification: Retired
Component: async/tasks
Version: 2.5
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 2.6.1
Assignee: Randy Barlow
QA Contact: pulp-qe-list
URL:
Whiteboard:
Depends On:
Blocks: 1231323
TreeView+ depends on / blocked
 
Reported: 2015-02-03 16:08 UTC by amacdona@redhat.com
Modified: 2015-06-12 16:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1231323 (view as bug list)
Environment:
Last Closed: 2015-02-28 23:22:38 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Pulp Redmine 686 0 None None None Never

Description amacdona@redhat.com 2015-02-03 16:08:24 UTC
Description of problem:

orphan remove task hangs on RHEL 6 if pulp services were restarted.


Version-Release number of selected component (if applicable):

2.5-release

How reproducible:
Always

Steps to Reproduce:

I created a script to make this easy:

$ cat all.sh

sudo service qpidd $1
sudo service pulp_celerybeat $1
sudo service pulp_resource_manager $1
sudo service pulp_workers $1
sudo service httpd $1

1. $ ./all.sh restart
2. $ pulp-admin orphan remove --all

Actual results:

Waiting to begin...    (hangs here)

Expected results:

Task Succeeded


Additional info:

The services need to be stopped and then started. From this state,

1. $ ./all.sh stop
2. $ ./all.sh start
3. $ pulp-admin orphan remove --all

Task Succeeded

Comment 1 amacdona@redhat.com 2015-02-03 19:38:20 UTC
I was able to reproduce this on 2.6-testing also.

Comment 2 Chris Duryee 2015-02-03 22:05:03 UTC
This bz caused me a lot of confusion. Can this be put on 2.6.0?

Comment 3 Brian Bouterse 2015-02-28 23:22:38 UTC
Moved to https://pulp.plan.io/issues/686


Note You need to log in before you can comment on or make changes to this bug.