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

Add CrAC Support for PooledContextSource #834

Open
jzheaux opened this issue Nov 8, 2023 · 0 comments
Open

Add CrAC Support for PooledContextSource #834

jzheaux opened this issue Nov 8, 2023 · 0 comments

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Nov 8, 2023

PooledContextSource cannot be restored after checkpoint since the GenericKeyedObjectPool 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 new GenericKeyedObjectPool instance when restored.

jzheaux added a commit to jzheaux/spring-ldap that referenced this issue Nov 8, 2023
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

1 participant