Creating invalid federation link causes file descriptor leak
------------------------------------------------------------

                 Key: QPID-3447
                 URL: https://issues.apache.org/jira/browse/QPID-3447
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.10
            Reporter: Pavel Moravec


Specifying invalid IP address of destination broker causes repeatable file
descriptor leak.

Steps to Reproduce:
1. qpid-route -v link add localhost 10:17700
(alternativelly, create a dynamic route like    qpid-route dynamic add 
localhost 10:17700 amq.direct )
2. lsof -p $(pgrep qpidd) | grep "can't identify protocol"

Since then, lsof will show "can't identify protocol" file descriptors whose 
number is increasing in time.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to