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 2021/08/30 22:52:54 UTC

[GitHub] [pulsar] merlimat opened a new pull request #11848: Fixed Proxy leaking oubound connections

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

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



[GitHub] [pulsar] merlimat merged pull request #11848: Fixed Proxy leaking oubound connections

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #11848:
URL: https://github.com/apache/pulsar/pull/11848


   


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



[GitHub] [pulsar] merlimat merged pull request #11848: Fixed Proxy leaking oubound connections

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #11848:
URL: https://github.com/apache/pulsar/pull/11848


   


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