keepConcentration opened a new pull request, #8547:
URL: https://github.com/apache/gravitino/pull/8547

   ### What changes were proposed in this pull request?
   
   This PR updates the `ClientPoolImpl#run` method to ensure unusable 
connections are not leaked when a reconnection attempt fails.
   
   ### Why are the changes needed?
   
   Previously, if a reconnection attempt failed inside `run`, the old 
(unusable) client could still be released back into the pool, leading to 
potential connection leaks and invalid state.
   
   Fix: #8483
   
   ### Does this PR introduce _any_ user-facing change?
   
   No user-facing changes.
   
   ### How was this patch tested?
   
   Executed existing unit 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