Debugging Thread Leaks in Java Applications
Debugging Thread Leaks in Java Applications

Debugging Thread Leaks in Java Applications

Author
Shiv Bade
Tags
java
thread leak
Published
December 22, 2016
Featured
Slug
Tweet
Thread leaks = hidden production killers.
What helped: - Thread dumps via jstack - Analyzing executor pools - Setting thread naming conventions
Always clean up thread pools in shutdown hooks.