Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1908840 - [Regression] Cancelled pulp task remaining running until finish
Summary: [Regression] Cancelled pulp task remaining running until finish
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Pulp
Version: 6.8.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Lai
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-17 17:41 UTC by James Jeffers
Modified: 2021-06-04 18:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1905953
Environment:
Last Closed: 2021-06-04 18:34:14 UTC
Target Upstream Version:
Embargoed:
jjeffers: needinfo-


Attachments (Terms of Use)

Description James Jeffers 2020-12-17 17:41:07 UTC
+++ This bug was initially created as a clone of Bug #1905953 +++

Description of problem:
This is the regression of bug #1693440 which is fixed in "python2-kombu-4.0.2-12" but unfortunately the patch is not included in "python2-kombu-4.0.2-13" which is used by Satellite 6.6 and later versions.

Satellite 6.5
--------------------------------
# rpm -qa | grep kombu
python2-kombu-4.0.2-12.el7sat.noarch

#grep -A 1 -B 1 "async=True"  /usr/lib/python2.7/site-packages/kombu/transport/qpid.py
    implements = virtual.Transport.implements.extend(
        async=True,
        exchange_type=frozenset(['direct', 'topic', 'fanout']),
--------------------------------


Satellite 6.8
--------------------------------
# rpm -qa | grep kombu
python2-kombu-4.0.2-13.el7sat.noarch

# grep -A 1 -B 1 "async=True"  /usr/lib/python2.7/site-packages/kombu/transport/qpid.py
<no result>
--------------------------------


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


Additional info:
This bug is affecting Satellite 6.6, 6.7 and 6.8.

I downgraded kombu to 'python2-kombu-4.0.2-12' and then task can now cancelled correctly.

Comment 2 James Jeffers 2021-01-08 12:25:03 UTC
There is not fix for this, so reverting to NEW and removing fromm 6.8.3 until is reaches POST state.

Comment 4 James Jeffers 2021-04-20 15:25:16 UTC
I'm not sure how I can help with this, but let me know.

Comment 7 Brad Buckingham 2021-06-04 18:34:14 UTC
This issue is resolved with bug 1905953 and delivered in Satellite 6.9.0; therefore, closing this bugzilla.


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