You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered a problem by using TTL Agent recently. The phenomenon is as follows:
When my application use TTL Agent and other Java Agent together, it will be blocked.
The starting log of my application is as follows:
at com.alibaba.cpc.jfr.JFRContinuousProfileRecorder.init(JFRContinuousProfileRecorder.java:45)
is the code from our Java Agent. It seems our Java Agent use jdk.jfr.* class and then TTL Agent transformed them failed and cause relevant thread print a lot of logs and can't stop.
Is there any way to exclude some package that TTL don't transform? Thank you very much!
The text was updated successfully, but these errors were encountered:
We encountered a problem by using TTL Agent recently. The phenomenon is as follows:
When my application use TTL Agent and other Java Agent together, it will be blocked.
The starting log of my application is as follows:
Then, I get jstack about my application process and found below information:
at com.alibaba.cpc.jfr.JFRContinuousProfileRecorder.init(JFRContinuousProfileRecorder.java:45)
is the code from our Java Agent. It seems our Java Agent use
jdk.jfr.*
class and then TTL Agent transformed them failed and cause relevant thread print a lot of logs and can't stop.Is there any way to exclude some package that TTL don't transform? Thank you very much!
The text was updated successfully, but these errors were encountered: