arthas [feather] trace功能下钻不到子线程,能否解决?

m2xkgtsf  于 2021-11-28  发布在  Java
关注(0)|答案(3)|浏览(267)
  • 我已经在 issues 里搜索,没有重复的issue。

环境信息

所有版本都存在这个问题

重现问题的步骤

使用artahs过程中发现:只要调用链中有异步,堆栈就会断掉,没有办法trace到子线程内部。

期望的结果

jvm-sandbox-repeater 好像可以触达子线程,它通过1个叫做 ttl 的库实现的。

有没有可能像repeater一样,支持下钻到子线程?

c7rzv4ha

c7rzv4ha1#

方法里遇到线程获取不到此方法的耗时信息,分析耗时有点麻烦

gc0ot86w

gc0ot86w2#

未来有可能考虑,目前不支持。 另外,trace支持动态增加新的匹配,可以参考下: https://arthas.gitee.io/trace.html#id8

kq4fsx7k

kq4fsx7k3#

好的 感谢 在 2020-08-04 17:54:11,"hengyunabc" notifications@github.com 写道: 未来有可能考虑,目前不支持。 另外,trace支持动态增加新的匹配,可以参考下: https://arthas.gitee.io/trace.html#id8 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

相关问题