[ 
https://issues.apache.org/jira/browse/QPID-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089061#comment-13089061
 ] 

Andrew Stitcher commented on QPID-3447:
---------------------------------------

Note the attached fix is not the fix that was applied as it only ameliorates 
the symptom of running out of file handles rather than fixing the underlying 
Socket leak.

> 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
>            Assignee: Andrew Stitcher
>              Labels: patch
>             Fix For: 0.13
>
>         Attachments: fd_leak.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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:dev-subscr...@qpid.apache.org

Reply via email to