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

pooled resource is not being returned to pool #9

Closed
peh opened this issue Jul 13, 2016 · 0 comments · Fixed by #10
Closed

pooled resource is not being returned to pool #9

peh opened this issue Jul 13, 2016 · 0 comments · Fixed by #10

Comments

@peh
Copy link
Contributor

peh commented Jul 13, 2016

the current WorkerImpl is never returning Jedis ressources to the pool. Like this the pool is exhausted insanly fast (with default configuration) or has to be tuned alot to handle all those connection (local test with 4 Workers and 1000 maxTotal connections resultet in pool exhaustion in under one minute)

@peh peh mentioned this issue Jul 13, 2016
ctoestreich pushed a commit that referenced this issue Jul 13, 2016
* make custom worker, event listener and throwable handler work again and fix severe bug

* huge refactoring of the WorkerImpl which in the end fixes pool exhaustion that is currently happening

make everything groovy
remove unused code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant