Nick-The-Uncharted opened a new issue #2213: URL: https://github.com/apache/servicecomb-java-chassis/issues/2213
version: 2.0.1 原因 调用远端微服务出错之后返回的就是InvocationException `org.apache.servicecomb.swagger.invocation.Response#create(javax.ws.rs.core.Response.StatusType, java.lang.Object)` 在 org.apache.servicecomb.swagger.invocation.exception.ExceptionFactory#convertException 直接就返回了该exception,可是该exception是在另一个线程抛出的 没有调用者堆栈。 需求:能够打印出调用者堆栈 或者在`org.apache.servicecomb.swagger.invocation.Response#create(javax.ws.rs.core.Response.StatusType, java.lang.Object`时打印到底调用了啥微服务。。。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org