fanjiwang1992 edited a comment on issue #2727: URL: https://github.com/apache/servicecomb-java-chassis/issues/2727#issuecomment-1049404162
定位过程: 1. org.apache.servicecomb.core.provider.consumer.SyncResponseExecutor.guardedWait(SyncResponseExecutor.java:85) ~[java-chassis-core-2.1.5-h0.gts.dsp.r68.jar:2.1.5-h0.gts.dsp.r68] 该方法等待有240秒,但是业务没有配置240s 2. 定位org.apache.servicecomb.core.handler.impl.TransportClientHandler 确定该handler执行,并且org.apache.servicecomb.transport.rest.client.http.RestClientInvocation#invoke 请求由业务线程转移到网络线程中发送,该方法也执行 3. 但是查看服务端的日志,并没有access日志记录,服务端没有收到请求 -- 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]
