feng996 commented on issue #9310:
URL: https://github.com/apache/dubbo/issues/9310#issuecomment-987830204


   
重写onResponse时,得把异常的stacktrace给设置为null。不然,只会被MonitorFilter的超时异常提前抛出,就调用onError了
   
   if (className.startsWith("java.") || className.startsWith("javax.")) {
                       **_exception.setStackTrace(null);_**
                       return;
    }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to