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 1905953 - [Regression] Cancelled pulp task remaining running until finish
Summary: [Regression] Cancelled pulp task remaining running until finish
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: 6.8.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.9.0
Assignee: satellite6-bugs
QA Contact: Lukas Pramuk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-09 11:34 UTC by Hao Chang Yu
Modified: 2024-03-25 17:28 UTC (History)
4 users (show)

Fixed In Version: python-kombu-4.0.2-14
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1908840 (view as bug list)
Environment:
Last Closed: 2021-04-21 13:24:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:1313 0 None None None 2021-04-21 13:24:48 UTC

Description Hao Chang Yu 2020-12-09 11:34:52 UTC
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 1 Ina Panova 2021-01-06 19:47:32 UTC
The issue seems to be in packaging of python2-kombu, adjusting the component accordingly.

Comment 2 Lukas Pramuk 2021-03-08 21:50:56 UTC
VERIFIED.

@Satellite 6.9.0 Snap16
python2-kombu-4.0.2-14.el7sat.noarch

by the reproducer described in comment#0:

# grep -C 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']),

>>> the changeset from https://github.com/celery/kombu/pull/1029 is again present in python2-kombu-4.0.2-14 rpm

Comment 5 errata-xmlrpc 2021-04-21 13:24:23 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Satellite 6.9 Release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:1313


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