loongzh
loongzh
apisix 版本 (cmd:) apisix version:2.6 操作系统(命令:)uname -a:Linux 58b4c36fe0ae 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 Linux. ----Docker容器环境 OpenResty / Nginx 版本(cmd:nginx -V或openresty -V):nginx version: openresty/1.19.3.1 etcd 版本,如果有(cmd:运行curl...
> hi, @loongzh @tzssangglass means to provide specific configuration information and verification methods of APISIX so that we can reproduce this problem. - up stream { "nodes": [ { "host":...
> @loongzh Could you check out the behavior of the backend server when the connection was aborted? We need to make sure whether the "disconnect" is made by the backend...
> > * "timeout": { > > "connect": 6, > > "read": 6, > > "send": 6 > > }, > > if change 6 to 10, what will happen?...
> What happens if don't set the `timeout`? It will disconnect after 1 minute
> @loongzh Could you try to configure the backend or the client, so that Ping frame can be sent periodically. The front-end monitors the disconnection event to reconnect, and sends...
The problem has been solved by the new method of heartbeat, but it is not an ideal way. Directly using the Nginx proxy will not cause the service to actively...