We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PooledContextSource cannot be restored after checkpoint since the GenericKeyedObjectPool no longer functions once it is closed.
PooledContextSource
GenericKeyedObjectPool
One way to address this would be to enhance Apache Commons Pool so that GenericKeyedObjectPool can be restored.
Another would be to have PooledContextSource construct a new GenericKeyedObjectPool instance when restored.
The text was updated successfully, but these errors were encountered:
Reset KeyedObjectPool
2392cac
Closes spring-projectsgh-834
No branches or pull requests
PooledContextSource
cannot be restored after checkpoint since theGenericKeyedObjectPool
no longer functions once it is closed.One way to address this would be to enhance Apache Commons Pool so that
GenericKeyedObjectPool
can be restored.Another would be to have
PooledContextSource
construct a newGenericKeyedObjectPool
instance when restored.The text was updated successfully, but these errors were encountered: