Replies: 1 comment 2 replies
-
I Konw why is that,'opentelemetry-javaagent-1.32.0-SNAPSHOT-base.jar' is the no shade jar,'/opentelemetry-javaagent-1.31.0.jar' is still the shade jar |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
current:91, Context (io.opentelemetry.javaagent.shaded.io.opentelemetry.context)
currentContext:23, Java8BytecodeBridge (io.opentelemetry.javaagent.bootstrap)
addTask:345, SingleThreadEventExecutor (io.netty.util.concurrent)
execute:828, SingleThreadEventExecutor (io.netty.util.concurrent)
execute:818, SingleThreadEventExecutor (io.netty.util.concurrent)
register:483, AbstractChannel$AbstractUnsafe (io.netty.channel)
register:87, SingleThreadEventLoop (io.netty.channel)
register:81, SingleThreadEventLoop (io.netty.channel)
register:86, MultithreadEventLoopGroup (io.netty.channel)
channelRead:381, ServerTransport$Acceptor (reactor.netty.transport)
invokeChannelRead:379, AbstractChannelHandlerContext (io.netty.channel)
invokeChannelRead:365, AbstractChannelHandlerContext (io.netty.channel)
fireChannelRead:357, AbstractChannelHandlerContext (io.netty.channel)
channelRead:1410, DefaultChannelPipeline$HeadContext (io.netty.channel)
invokeChannelRead:379, AbstractChannelHandlerContext (io.netty.channel)
invokeChannelRead:365, AbstractChannelHandlerContext (io.netty.channel)
fireChannelRead:919, DefaultChannelPipeline (io.netty.channel)
epollInReady:120, AbstractEpollServerChannel$EpollServerSocketUnsafe (io.netty.channel.epoll)
processReady:480, EpollEventLoop (io.netty.channel.epoll)
run:378, EpollEventLoop (io.netty.channel.epoll)
run:989, SingleThreadEventExecutor$4 (io.netty.util.concurrent)
run:74, ThreadExecutorMap$2 (io.netty.util.internal)
run:30, FastThreadLocalRunnable (io.netty.util.concurrent)
run:834, Thread (java.lang)
that's my debug stack
Beta Was this translation helpful? Give feedback.
All reactions