waney316 opened a new issue, #10560: URL: https://github.com/apache/apisix/issues/10560
### Description version:apisix 2.10.2 os:centos7.9 3.10.0 Client requests routed through application 'a' to Apisix experience a delay of 10 seconds in Apisix's logging for the corresponding request. After eliminating other network and application issues, suspicion arises that there might be an issue at the gateway layer. there has been a continuous occurrence of TCP full and half queues. Upon inspection using `ss -ltn`, it was found that the default value for Apisix is 511. In the current version, which cannot be changed or upgraded, how can I set a higher value?   Apart from this, I would like to ask, is there an optimal upgrade plan for migrating from Apisix 2.10 to Apisix 3.5? Currently, the official upgrade plan is from version 2.15 to 3.x. ### Environment - APISIX version (run `apisix version`): apisix 2.10.2 - Operating system (run `uname -a`): centos7.9 3.10.0 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): openresty/1.19.3.2 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.4.10 - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
