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 2020/03/03 02:58:29 UTC

[GitHub] [pulsar] jiazhai commented on issue #6319: [pulsar client] partitioned topic cause connection leak when connection pool disable pooling

jiazhai commented on issue #6319: [pulsar client] partitioned topic cause connection leak when connection pool disable pooling
URL: https://github.com/apache/pulsar/issues/6319#issuecomment-593741528
 
 
   @ltamber Thanks for the help. Seems it can be stable reproduce, and you are close the the root cause. Maybe we need to handle the release of disable-pooling connection in a different way.
   In the `ConnectionPool`, (maxConnectionsPerHosts == 0) means a "disable pooling". 

----------------------------------------------------------------
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