Drery commented on issue #8055:
URL: https://github.com/apache/apisix/issues/8055#issuecomment-1281749238

   The problem is that when a client accesses the backend API through our 
gateway, the error code 499 is often reported.  The cause is that the client 
times out for 10s. If no response is received for 10s, the client is 
disconnected. However, the weirdest thing is that the client sends the request 
at 10:00:00. After viewing the logs of the gateway and backend service, the 
request is received at 10:00:10, which is 10 seconds later. Because the access 
is from the Intranet, network problems can be eliminated. So I want to ask, 
what might be the cause of this situation?
   
   
问题是这样的,有客户端通过我们网关访问后端接口时,经常报499错误码。原因是客户端设置了10s超时,超过10s未收到响应断开了。但是诡异的地方在于,客户端是10:00:00分发起的请求,而查看网关及后端接口的日志发现,收到请求的时间是在10:00:10,也就是10s以后,因为都是内网访问,基本可以排除网络问题,因此就怀疑请求是在网关这里被堆积了。所以想问下,这种情况可能会是什么原因导致的?
   


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