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 2018/05/21 07:03:41 UTC

[GitHub] jai1 opened a new pull request #1821: Closing client when Proxyconnection is disconnected

jai1 opened a new pull request #1821: Closing client when Proxyconnection is disconnected
URL: https://github.com/apache/incubator-pulsar/pull/1821
 
 
   Currently, client.close() is not called when ProxyConnection becomes inactive which leads to leaking unused connections.
   
   Since the ConnectionPool used in proxy uses the same event worker group as the Proxy service we can't close the event workgroup when we close the client, hence overriding the close() function in ProxyConnectionPool to just close the connections and not the event worker group.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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