Bug 1908840

Summary: [Regression] Cancelled pulp task remaining running until finish
Product: Red Hat Satellite Reporter: James Jeffers <jjeffers>
Component: PulpAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED CURRENTRELEASE QA Contact: Lai <ltran>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.8.0CC: dalley, pcreech, ttereshc
Target Milestone: UnspecifiedKeywords: Regression, Triaged
Target Release: UnusedFlags: jjeffers: needinfo-
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1905953 Environment:
Last Closed: 2021-06-04 18:34:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.