Actions
Issue #711
closedpython-kombu does not close() connections properly
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Master
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Eventually, opening and closing the connection will result in the system running out of file handles.
This has been filed in upstream kombu, but this BZ is designed to track the inclusion of that patch into the python-kombu that we carry until the fix is released.
+ This bug was cloned from Bugzilla Bug #1195361 +
QE note: the test for this is simply to perform a sync of a large repo like RHEL server. If Pulp does not run out of file handles and crash then we are in good shape and this bug is no longer present:)
Actions
Fixes 917 and 1006 by stopping an thread that should have exited
https://pulp.plan.io/issues/917 https://pulp.plan.io/issues/1006
fixes #917 fixes #1006 re #711