servicecomb-java-chassis icon indicating copy to clipboard operation
servicecomb-java-chassis copied to clipboard

业务刚启动,调用CSE超时

Open helloworldhelloworld opened this issue 3 years ago • 1 comments

org.apache.servicecomb.metrics.core.publish.SlowInvocationLogger | slow(1000 ms) invocation, CONSUMER rest ai-dataservice:kvdat a.kvdata.query: http method: POST url : xxxxx server :xxxxx status code: 200 total : 1000.1 ms pre pare : 0.13 ms handlers request : 721.216 ms client filters request : 0.44 ms send request : 81.438 ms get connection : 117.199 ms write to buf : 81.489 ms wait response : 197.86 ms wake consumer : 0.24 ms client filters response: 0.70 ms handlers response
: 0.104 ms 2022-03-25 09:30:37.572 | [main] | INFO | org.apache.servicecomb.loadbalance.ExtensionsManager | Using load balance rule org.apache.servicecomb.loadbalance.WeightedResponseTimeRuleExt fo r microservice ai-dataservice:entities. 2022-03-25 09:30:37.588 | [HwHivoice-OrchTask-299] | WARN | org.apache.servicecomb.metrics.core.publish.SlowInvocationLogger | slow(1000 ms) invocation, CONSUMER rest ai-dataservice:kvda ta.kvdata.query: http method: POST url : xxxxx server :xxxxx status code: 200 total : 1017.484 ms

prepare : 0.8 ms handlers request : 668.114 ms client filters request : 0.41 ms send request : 124.616 ms get connection : 92.17 8 ms write to buf : 124.664 ms wait response : 195.629 ms wake consumer : 28.899 ms client filters response: 0.82 ms handlers response : 0.91 ms

业务节点重启后,发现调用其他微服务超时,其他微服务并没有收到此消息,能看出来这个是阻塞在哪么

helloworldhelloworld avatar Mar 25 '22 07:03 helloworldhelloworld

这个日志记录的这次请求已经成功了啊

five111 avatar Mar 27 '22 02:03 five111