Stefan Rijnhart created PROTON-2176:
---------------------------------------
Summary: CLOSE_WAIT after BlockingSender close
Key: PROTON-2176
URL: https://issues.apache.org/jira/browse/PROTON-2176
Project: Qpid Proton
Issue Type: Bug
Components: python-binding
Environment: Linux
Reporter: Stefan Rijnhart
Attachments: 20200130-proton_close_wait.log
from proton.utils import BlockingConnection
connection = BlockingConnection(url)
sender = connection.create_sender(queue_name)
sender.send(message)
sender.close()
connection.close()
Leaves a CLOSE_WAIT lingering indefinitely every time, leading to ValueError:
filedescriptor out of range in select() when ulimit is reached.
python_qpid_proton-0.30.0-py2.7-linux-x86_64 talking to ActiveMQ 5.14.5.
Debug log attached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]