-
I meet OOM issue right after instrumenting, here is detail infomation below: my app use jdk version: 1.8.0_144 I dump the heap and see below: It shows a ConcurrentHashMap which referenced by "io.opentelemetry.javaagent.bootstrap.instrumentation.context.FieldBackedProvider$ContextStore$io$netty$util$concurrent$GenericFutureListener$io$netty$util$concurrent$GenericFutureListener" have 43161 nodes, which cause a memory leak. But I can't find the Class "io.opentelemetry.javaagent.bootstrap.instrumentation.context.FieldBackedProvider" in source code. Is there anyone can explain this? thx in advance!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hey @lmssy! this looks like the same issue as #3027. the fix (#3059) looks like it just barely made it into the latest snapshot build: https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/javaagent/opentelemetry-javaagent/1.3.0-SNAPSHOT/, can you give that a try? |
Beta Was this translation helpful? Give feedback.
hey @lmssy! this looks like the same issue as #3027. the fix (#3059) looks like it just barely made it into the latest snapshot build: https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/javaagent/opentelemetry-javaagent/1.3.0-SNAPSHOT/, can you give that a try?