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

MaxIdleTime vs. MinPoolSize in XAPool #48

Open
Tokamak23 opened this issue Aug 6, 2015 · 0 comments
Open

MaxIdleTime vs. MinPoolSize in XAPool #48

Tokamak23 opened this issue Aug 6, 2015 · 0 comments

Comments

@Tokamak23
Copy link

According to the wiki, the pool size should not drop below the minimum pool size when the maximum idle time has been reached. Unfortunately, this is not the case. In our system we had a minimum pool size of 300. 297 were idle and only 3 were in use. This results in closing 297 idle connections within the PoolShrinkingTask and re-open them again within the same method: XAPool#expireOrCloseStatefulHolders

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

No branches or pull requests

1 participant