bookmark

Igor Minar's Blog: Identifying ThreadLocal Memory Leaks in JavaEE Web Apps


Description

I got this idea to create a servlet filter, that would inspect the thread-local store for the thread currently processing the request and log any thread-local references that exist before the request is dispatched down the chain and also when it comes back. Such a servlet could be packaged as a Confluence Servlet Filter Plugin, so that it is convenient to develop and deploy it.

Preview

Tags

Users

  • @jaeschke

Comments and Reviews