merlimat opened a new pull request #11848:
URL: https://github.com/apache/pulsar/pull/11848


   ### Motivation
   
   After the refactoring done in #10028, there's a leak of outgoing TCP 
connection in the Pulsar proxy. 
   
   The problem is that the `ProxyConnectionPool` instances are now marked as 
created outside the `PulsarClientImpl` instance and therefore not closed when 
the client is closed.
   
   ### Modification
   
   Make sure we shutdown the `ConnectionPool`.
   This is not easily testable in unit tests. Instead this class of issue 
should be tested for in system tests.
   
   
   


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


Reply via email to