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
Copy file name to clipboardExpand all lines: dubbo-remoting/dubbo-remoting-api/src/main/java/com/alibaba/dubbo/remoting/transport/dispatcher/execution/ExecutionChannelHandler.java
//TODO A temporary solution to the problem that the exception information can not be sent to the opposite end after the thread pool is full. Need a refactoring
45
-
//fix The thread pool is full, refuses to call, does not return, and causes the consumer to wait for time out
48
+
// FIXME: when the thread pool is full, SERVER_THREADPOOL_EXHAUSTED_ERROR cannot return properly,
49
+
// therefore the consumer side has to wait until gets timeout. This is a temporary solution to prevent
50
+
// this scenario from happening, but a better solution should be considered later.
0 commit comments