Replies: 1 comment
-
Refer service in runtime is not a good idea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Encountered an issue with the Dubbo thread pool being exhausted. Have you ever encountered this with Dubbo version 3.2.9? Below are the analysis results of the thread status at that time, as well as the details of the [threads.]
'DubboServerHandler-10.200.254.224:20880-thread-9' thread is stuck on line #1750 of java.util.HashMap file in newNode() method. Before getting stuck, this thread obtained 3 locks (java.util.Collections$UnmodifiableMap lock, org.apache.dubbo.config.ReferenceConfig lock...) and never released it. Due to that 176 threads are BLOCKED as shown in this stack trace. If threads are BLOCKED for a prolonged period, your application can become unresponsive.
Dubbo_JStack.txt
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions