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

ASF GitHub Bot commented on DISPATCH-2192:
------------------------------------------

kgiusti opened a new pull request #1288:
URL: https://github.com/apache/qpid-dispatch/pull/1288


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Streaming link leak during TCP + iperf3 testing
> -----------------------------------------------
>
>                 Key: DISPATCH-2192
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2192
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Protocol Adaptors, Router Node
>    Affects Versions: 1.16.1
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Critical
>         Attachments: interior.conf, qdrouterd-A.conf, qdrouterd-B.conf
>
>
> Running the iperf3 test against a three hop router configuration results in 
> the number of streaming links on the inter-router connections to grow 
> continually.
> These links remain active and are never reclaimed, even after the iperf3 test 
> clients and server exit.
> To reproduce - establish 3 routers using the attached configuration.  Run the 
> iperf3 server:
> iperf3 --server -p 8080 &
> Run the iperf3 client several times, using many connections:
> $ iperf3 -c 127.0.0.1 -p 8000 -P 100
> Check the number of inter-router links:
> $ qdstat -r RouterTcpA -l | grep inter-router | wc 
>  422 8440 74272
> The total number of links keeps increasing.  It appears that each link still 
> has some traffic on it - undelivered or unsettled messages - which will keep 
> it from being reclaimed.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to