Our servers are consistently running into this issue which is causing major bottlenecks in our workflows.
Any ideas how we can resolve this issue?
May 11, 2021 8:33:26 PM io.vertx.core.impl.BlockedThreadChecker
WARNING: Thread Thread[vert.x-eventloop-thread-31,5,main]=Thread[vert.x-eventloop-thread-31,5,main] has been blocked for 6498801 ms, time limit is 2000 ms
io.vertx.core.VertxException: Thread blocked
at io.antmedia.enterprise.webrtc.WebRTCMuxer.unRegisterWebRTCClient(WebRTCMuxer.java:246)
at io.antmedia.enterprise.webrtc.WebRTCClient.stopPartial(WebRTCClient.java:1094)
at io.antmedia.enterprise.webrtc.WebRTCClient.lambda$stop$17(WebRTCClient.java:1137)
at io.antmedia.enterprise.webrtc.WebRTCClient$$Lambda$545/0x00000008407b3840.run(Unknown Source)
at io.antmedia.enterprise.webrtc.WebRTCClient.lambda$executeOnSignallingThread$12(WebRTCClient.java:965)
at io.antmedia.enterprise.webrtc.WebRTCClient$$Lambda$510/0x0000000840796c40.handle(Unknown Source)
at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366)
at io.vertx.core.impl.EventLoopContext.lambda$executeAsync$0(EventLoopContext.java:38)
at io.vertx.core.impl.EventLoopContext$$Lambda$485/0x000000084072f040.run(Unknown Source)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@ 11.0.10/java.lang.Thread.run(Thread.java:834)
Question
Chai
Hi,
Link to comment
Share on other sites
Top Posters For This Question
4
3
Popular Days
May 12
3
May 16
2
May 13
1
May 15
1
Top Posters For This Question
Chai 4 posts
Tahir 3 posts
Popular Days
May 12 2021
3 posts
May 16 2021
2 posts
May 13 2021
1 post
May 15 2021
1 post
6 answers to this question
Recommended Posts