java-specialagent icon indicating copy to clipboard operation
java-specialagent copied to clipboard

memory leak in jdbc rule when target JVM is running c3p0 pooling library

Open randallt opened this issue 5 years ago • 2 comments
trafficstars

I wanted to make you aware that I opened an issue on the jdbc repo regarding a memory leak using the c3p0 JDBC pooling library:

https://github.com/opentracing-contrib/java-jdbc/issues/83

This issues causes one of our services to leak memory and OOM after a few hours of using the tracing agent. Without the agent, it is fine.

randallt avatar Aug 21 '20 13:08 randallt

which version do you use?

I have not found such issue in 1.7.4

lichenglin avatar Jan 05 '21 02:01 lichenglin

Yeah, this was on 1.7.4. It is probably linked to the usage pattern of this particular service.

randallt avatar Jan 05 '21 20:01 randallt