You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/02 07:11:08 UTC

[GitHub] [pulsar] lhotari commented on issue #13342: [BUG] Producer with name xxx is already connect to topic

lhotari commented on issue #13342:
URL: https://github.com/apache/pulsar/issues/13342#issuecomment-1144524070

   There were some bugs that caused the connection to stay open for longs durations.
   https://github.com/apache/pulsar/pull/15382 Closes the connection if a ping or pong message cannot be sent .
   https://github.com/apache/pulsar/pull/15366 Fixes a proxy connection leak when inbound connection closes while connecting is in progress
   Both of the above fixes address issues where the symptom is "Producer with name xxx is already connect to topic".


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org