Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cached Client Timeout Returns Connection to Pool Instead of Closing [INT-3111] #7089

Closed
spring-operator opened this issue Aug 18, 2013 · 2 comments
Assignees
Milestone

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Aug 18, 2013

Gary Russell opened INT-3111 and commented

The fix for #6838 forces the connection to close when an outbound gateway times out; this is to prevent the next user of the connection from getting a stale result.

However, if the CachingClientConnetionFactory is being used, the connection is returned to the pool instead of being closed.


Affects: 3.0 M2, 2.2.4

Issue Links:

@spring-operator
Copy link
Contributor Author

Gary Russell commented

PR: #847

cherry-pick to 2.2.x

@spring-operator
Copy link
Contributor Author

Gary Russell commented

Merged into master and cherry-picked to 2.2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants