yanghao605 opened a new issue, #4106: URL: https://github.com/apache/servicecomb-java-chassis/issues/4106
https://github.com/apache/servicecomb-java-chassis/blob/01e459575a2c7bab82b31d8e5ba67be81534d29b/transports/transport-rest/transport-rest-client/src/main/java/org/apache/servicecomb/transport/rest/client/http/RestClientInvocation.java#L129C71-L129C71 2.8.x 版本将SyncResponseExecutor的等待超时时间设置成了request.timeout的两倍,但是实际调用的超时时间仍然设置的request.timeout值,这就导致之前的408超时不会再出现,取而代之的是更为频繁的的connection was closed导致触发重试机制,不断的进行重试,指导达到重试次数 -- 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]
