You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/09/12 11:49:34 UTC

[GitHub] [qpid-dispatch] ChugR commented on issue #565: DISPATCH-1417 - First attempt at fixing router crash by introducing a…

ChugR commented on issue #565: DISPATCH-1417 - First attempt at fixing router crash by introducing a…
URL: https://github.com/apache/qpid-dispatch/pull/565#issuecomment-530789317
 
 
   This patch fixes the issue.
   
   One sender sends 1,000,000 unsettled messages into a network. Three permanently attached receivers on different edge routers receive all the messages. All sender messages were confirmed and no messages were rejected or released.
   
   A temporary client 'attaches to one edge router, receives one message, and disconnects' 14,000 times.
   The router that was failing was the one to which the temporary client was connecting and disconnecting. With the original 1.9.0 candidate the router failed within a few thousand messages.  With this PR the router stayed up.
   
   I took no measurements of performance (CPU, messages per second, latency, credit stall, etc.)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org