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

jTDS Memory Leak on WildFly 10.1 related to TimerThread #11

Open
jasonex7 opened this issue Oct 9, 2018 · 0 comments
Open

jTDS Memory Leak on WildFly 10.1 related to TimerThread #11

jasonex7 opened this issue Oct 9, 2018 · 0 comments

Comments

@jasonex7
Copy link

jasonex7 commented Oct 9, 2018

When configuring query-timeout in a WildFly datasource the singleton TimerThread class is instantiated with contextClassLoader from the first client that uses a Connection preventing garbage collect Application ClassLoader on hot redeploy the app. I think TimerThread should be initialized with library class loader as contextClassLoader to avoid that.

jasonex7 added a commit to jasonex7/jTDS that referenced this issue Oct 9, 2018
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