huaweiecho commented on issue #2976:
URL: 
https://github.com/apache/incubator-shenyu/issues/2976#issuecomment-1058962956


   case1:
   shenyu.httpclient.readTimeout=3000
   shenyu.httpclient.writeTimeout=3000
   
   rule timeout:10s
   
   provider server sleep:8s
   
   error:io.netty.handler.timeout.ReadTimeoutException: null
   
   case2:
   shenyu.httpclient.readTimeout=10000
   shenyu.httpclient.writeTimeout=10000
   
   rule  timeout:10s
   
   provider server sleep:8s
   
   invoke success
   
   case3:
   
   shenyu.httpclient.readTimeout=10000
   shenyu.httpclient.writeTimeout=10000
   
   rule timeout:3s
   
   provider server sleep:8s
   
   error:Resolved [TimeoutException: Did not observe any item or terminal 
signal within 3000ms in 'peekTerminal'


-- 
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]


Reply via email to