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
+22-34Lines changed: 22 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -35,42 +35,30 @@ public ExecutionChannelHandler(ChannelHandler handler, URL url) {
//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
54
-
//fix The thread pool is full, refuses to call, does not return, and causes the consumer to wait for time out
55
-
if(messageinstanceofRequest &&
56
-
tinstanceofRejectedExecutionException){
57
-
Requestrequest = (Request)message;
58
-
if(request.isTwoWay()){
59
-
Stringmsg = "Server side("+url.getIp()+","+url.getPort()+") threadpool is exhausted ,detail msg:"+t.getMessage();
//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
0 commit comments