Closed bert82503 closed 1 month ago
Have you configured any javaagent?
Have you configured any javaagent?
skywalking-agent-9.1.0
@AlbumenJ
skywalking.apm.agent
apm-jdk-threadpool-plugin-9.1.0.jar
Does java.util.concurrent.* ever been transformed by skywalking-apm-agent?
see https://github.com/apache/skywalking/discussions/10207#discussioncomment-4502388
The simple answer is you can't. java/util/concurrent/ThreadPoolExecutor should not be instrumented.
Does java.util.concurrent.* ever been transformed by skywalking-apm-agent?
see apache/skywalking#10207 (comment)
The simple answer is you can't. java/util/concurrent/ThreadPoolExecutor should not be instrumented.
Does java.util.concurrent.* ever been transformed by skywalking-apm-agent?
Yes, we use apm-jdk-threadpool-plugin-9.1.0.jar
Okay, we can try. Thx!
Other application encounter this issue, which occurs when the app has just finished start run ready for K8s Liveness Probe (存活探针). And the app doesn't recover until it restarts. @Chenjp @AlbumenJ
关键根因日志
java.lang.ClassCircularityError: java/util/concurrent/ThreadLocalRandom
at java.util.concurrent.ConcurrentHashMap.addCount(ConcurrentHashMap.java:2263)
ConcurrentHashMap.addCount(ConcurrentHashMap.java:2263)
ThreadLocalRandom.getProbe()
sun.misc.Unsafe#getInt(java.lang.Object, long) native方法
Does java.util.concurrent.* ever been transformed by skywalking-apm-agent? see apache/skywalking#10207 (comment)
The simple answer is you can't. java/util/concurrent/ThreadPoolExecutor should not be instrumented.
Does java.util.concurrent.* ever been transformed by skywalking-apm-agent? Yes, we use
apm-jdk-threadpool-plugin-9.1.0.jar
Okay, we can try. Thx!
Hi, our encounter same issue, are you has resolved?
Hi, our encounter same issue, are you has resolved?
SkyWalking has resolved this issue, please see apache/skywalking#12572
@rf-guo
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Steps to reproduce this issue
问题认识
应用启动后不久,出现了这个异常。 Shortly after the application was launched, this exception occurred.
the full exception stack:
What you expected to happen
Anything else
问题分析
Are you willing to submit a pull request to fix on your own?
Code of Conduct