liubao68 commented on issue #3273: URL: https://github.com/apache/servicecomb-java-chassis/issues/3273#issuecomment-1209417253
From the perspective of the caller, the timeout should be 30s and don't need care about retry. And retry is designed for requests that fail due to 502, 503 error code or network failures like ConnectionException(fails fast). Request timeout will not cause retry. And timeout check will return anywhere where the check is executed, it will go back the handler after the checkpoint. So I think this is the expected result for your issue. -- 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]
